BUG 9709 "Add a new option in ADMIN -> Logs for the cron" SOLVED

- New feature
- Add a new option in ADMIN -> Logs for the cron
- Added new feature
* Available from version 2.0.44
This commit is contained in:
Victor Saisa Lopez
2012-09-24 11:51:45 -04:00
parent f9d9d6cba8
commit 3b797f7788
10 changed files with 810 additions and 29 deletions

View File

@@ -53,7 +53,7 @@ define ('MEMCACHED_ENABLED', $config['memcached']);
define ('MEMCACHED_SERVER', $config['memcached_server']);
define ('TIME_ZONE', $config['time_zone']);
//Default values
//Cron status
$bCronIsRunning = false;
$sLastExecution = null;
$processcTimeProcess = 0;
@@ -133,3 +133,4 @@ if (!$bCronIsRunning) {
} else {
eprintln("The cron is running, please wait for it to finish.\nStarted in $sLastExecution");
}