diff --git a/src/cron/maintenance.php b/src/cron/maintenance.php index 2700d27..d90299a 100644 --- a/src/cron/maintenance.php +++ b/src/cron/maintenance.php @@ -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); diff --git a/src/include/functions_common.php b/src/include/functions_common.php index c48ba4e..d047719 100644 --- a/src/include/functions_common.php +++ b/src/include/functions_common.php @@ -66,7 +66,7 @@ $LANG_EN = "en"; // Used for fallback $LANG = "en"; // Default language // Default Template vars -$content['BUILDNUMBER'] = "2.7.2"; +$content['BUILDNUMBER'] = "2.7.3"; $content['TITLE'] = "phpLogCon :: Release " . $content['BUILDNUMBER']; // Default page title $content['BASEPATH'] = $gl_root_path; $content['SHOW_DONATEBUTTON'] = true; // Default = true!