Move scripts/worker.php to bin/
This commit is contained in:
@@ -104,7 +104,7 @@ while (true) {
|
||||
set_time_limit(0);
|
||||
|
||||
// Call the worker
|
||||
$cmdline = $php.' scripts/worker.php';
|
||||
$cmdline = $php.' bin/worker.php';
|
||||
|
||||
$executed = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user