mirror of
https://github.com/e107inc/e107.git
synced 2025-08-12 09:34:54 +02:00
More cron work.
This commit is contained in:
9
cron.php
9
cron.php
@@ -12,8 +12,8 @@
|
||||
| GNU General Public License (http://gnu.org).
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/cron.php,v $
|
||||
| $Revision: 1.5 $
|
||||
| $Date: 2009-10-23 14:16:07 $
|
||||
| $Revision: 1.6 $
|
||||
| $Date: 2009-10-24 10:07:30 $
|
||||
| $Author: e107coders $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
@@ -38,6 +38,11 @@ require_once(realpath(dirname(__FILE__)."/class2.php"));
|
||||
exit;
|
||||
}
|
||||
|
||||
e107::getCache()->CachePageMD5 = '_';
|
||||
e107::getCache()->set('cronLastLoad',time(),TRUE,FALSE,TRUE);
|
||||
|
||||
|
||||
|
||||
// from the plugin directory:
|
||||
// realpath(dirname(__FILE__)."/../../")."/";
|
||||
|
||||
|
Reference in New Issue
Block a user