]> git.mxchange.org Git - friendica.git/blobdiff - bin/worker.php
Bulk delivery added for all protocols
[friendica.git] / bin / worker.php
index 1251057b0f07525cfefdcf1f4454bd561c2172fb..084ad28979b667dacbfa8bd4600c764e27a8148f 100755 (executable)
@@ -40,7 +40,7 @@ $longopts = ['spawn', 'no_cron'];
 $options = getopt($shortopts, $longopts);
 
 // Ensure that worker.php is executed from the base path of the installation
-if (!file_exists("boot.php") && (sizeof($_SERVER["argv"]) != 0)) {
+if (!file_exists("index.php") && (sizeof($_SERVER["argv"]) != 0)) {
        $directory = dirname($_SERVER["argv"][0]);
 
        if (substr($directory, 0, 1) != '/') {