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 /install.php | |
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 'install.php')
-rw-r--r-- | install.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install.php b/install.php index 6884fe8f..b1d0b303 100644 --- a/install.php +++ b/install.php @@ -28,7 +28,7 @@ require_once('lib/ui.lib.php'); require_once('modules/horde/Browser.php'); require_once('lib/install.php'); require_once('modules/lib.php'); -require_once('lib/debug.php'); +require_once('lib/debug.lib.php'); require_once('lib/class/user.class.php'); require_once('lib/class/error.class.php'); require_once('lib/gettext.php'); |