summaryrefslogtreecommitdiffstats
path: root/bin/compare_config.php.inc
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-10-22 09:24:39 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-10-22 09:24:39 +0000
commita52827790447bc9fd1cee2e40756b60b967be475 (patch)
tree7cd24d0f31a2d363a36b861fd98afbfe2c11350a /bin/compare_config.php.inc
parent7b49a436d0eb128b26cb2a427731074f0a9fce2b (diff)
downloadampache-a52827790447bc9fd1cee2e40756b60b967be475.tar.gz
ampache-a52827790447bc9fd1cee2e40756b60b967be475.tar.bz2
ampache-a52827790447bc9fd1cee2e40756b60b967be475.zip
updated translations, new russian translation, generate config tool to update config and new putenv test on /test.php
Diffstat (limited to 'bin/compare_config.php.inc')
-rw-r--r--bin/compare_config.php.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/compare_config.php.inc b/bin/compare_config.php.inc
index c5393ede..991613e5 100644
--- a/bin/compare_config.php.inc
+++ b/bin/compare_config.php.inc
@@ -22,7 +22,7 @@
$no_session = '1';
require ('../lib/init.php');
-require ('../lib/debug.php');
+require ('../lib/debug.lib.php');
$results = debug_read_config(conf('prefix') . "/config/ampache.cfg.php");