diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-10-22 09:24:39 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-10-22 09:24:39 +0000 |
commit | a52827790447bc9fd1cee2e40756b60b967be475 (patch) | |
tree | 7cd24d0f31a2d363a36b861fd98afbfe2c11350a /bin | |
parent | 7b49a436d0eb128b26cb2a427731074f0a9fce2b (diff) | |
download | ampache-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')
-rw-r--r-- | bin/compare_config.php.inc | 2 |
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"); |