1
0
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:
CaMer0n
2009-10-24 10:07:30 +00:00
parent c8daa0efcd
commit fdc7e579ed
3 changed files with 65 additions and 21 deletions

View File

@@ -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__)."/../../")."/";