mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-07-12 10:08:51 +00:00
Command back ...
This commit is contained in:
parent
405753d1c3
commit
9576f6743d
21 changed files with 1 additions and 1 deletions
include
checkversion.phpcreate_shadowentry.phpcronjobs.phpdbclean.phpdbupdate.phpdelivery.phpdirectory.phpdiscover_poco.phpexpire.phpgprobe.phpnotifier.phpprofile_update.phppubsubpublish.phpqueue.phpremove_contact.phpshadowupdate.phpspool_post.phptagupdate.phpthreadupdate.phpupdate_gcontact.php
src/Core
|
@ -241,7 +241,7 @@ class Worker {
|
||||||
|
|
||||||
// The script could be provided as full path or only with the function name
|
// The script could be provided as full path or only with the function name
|
||||||
if ($include == basename($include)) {
|
if ($include == basename($include)) {
|
||||||
$include = "worker/".$include.".php";
|
$include = "include/".$include.".php";
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!validate_include($include)) {
|
if (!validate_include($include)) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue