Fixed wrong include in maintenance.php which caused the script to fail

This commit is contained in:
Andre Lorbach 2009-11-13 10:09:13 +01:00
parent 442a594697
commit 9fb1c91844
2 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@ $gl_root_path = './../';
// Now include necessary include files!
include_once($gl_root_path . 'include/functions_common.php');
include_once($gl_root_path . 'include/functions_debugoutput.php');
//include_once($gl_root_path . 'include/functions_debugoutput.php');
// Set commandline mode for the script
define('IN_PHPLOGCON_COMMANDLINE', true);

View File

@ -66,7 +66,7 @@ $LANG_EN = "en"; // Used for fallback
$LANG = "en"; // Default language
// Default Template vars
$content['BUILDNUMBER'] = "2.6.4";
$content['BUILDNUMBER'] = "2.6.5";
$content['TITLE'] = "phpLogCon :: Release " . $content['BUILDNUMBER']; // Default page title
$content['BASEPATH'] = $gl_root_path;
$content['SHOW_DONATEBUTTON'] = true; // Default = true!