We now are having a "scripts" folder

This commit is contained in:
Michael 2017-11-19 21:21:54 +00:00
parent 5888cce08e
commit cabfcfc904
6 changed files with 64 additions and 83 deletions

View file

@ -912,7 +912,7 @@ class Worker {
}
public static function spawnWorker() {
$args = array("include/poller.php", "no_cron");
$args = array("scripts/worker.php", "no_cron");
get_app()->proc_run($args);
}