This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
// this is used so the script only runs once at a time! | |
require 'cronHelper/cron.helper.php'; // get it at http://abhinavsingh.com/how-to-use-locks-in-php-cron-jobs-to-avoid-cron-overlaps/ | |
if(($pid = cronHelper::lock()) !== FALSE) { | |
/** | |
* Koken cache warmup script. | |
* | |
* @author Sylvain Deloux <[email protected]> | |
* @author Georg Peters <georg90@github> |
NewerOlder