bomp to 2.1.0
fix bug
This commit is contained in:
@@ -5,17 +5,13 @@
|
||||
*/
|
||||
ignore_user_abort(true);
|
||||
set_time_limit(0);
|
||||
require_once('../../../init.php');
|
||||
|
||||
if (!defined('EMLOG_ROOT')) {
|
||||
require_once('../../../init.php');
|
||||
}
|
||||
|
||||
do {
|
||||
clearstatcache();
|
||||
$run = EMLOG_ROOT.'/content/plugins/autopub/autopub_cron_pid.php';
|
||||
if(!file_exists($run)) die('do nothing');
|
||||
doPub();
|
||||
sleep(30);
|
||||
} while (true);
|
||||
|
||||
?>
|
||||
clearstatcache();
|
||||
$run = EMLOG_ROOT.'/content/plugins/autopub/autopub_cron_pid.php';
|
||||
if(!file_exists($run)) die('do nothing');
|
||||
doPub();
|
||||
sleep(30);
|
||||
} while (true);
|
||||
Reference in New Issue
Block a user