Command back ...

This commit is contained in:
Michael 2017-11-14 22:13:33 +00:00
parent 405753d1c3
commit 9576f6743d
21 changed files with 1 additions and 1 deletions

View File

@ -241,7 +241,7 @@ class Worker {
// The script could be provided as full path or only with the function name
if ($include == basename($include)) {
$include = "worker/".$include.".php";
$include = "include/".$include.".php";
}
if (!validate_include($include)) {