]> git.mxchange.org Git - friendica-addons.git/blobdiff - pumpio/pumpio_sync.php
Replace and/AND and or/OR by && and ||
[friendica-addons.git] / pumpio / pumpio_sync.php
index e691a38789880be6238af1d023bc70e13d38bcc5..51efe9c4c61b182a0592dd7c9263aafab3267d55 100644 (file)
@@ -2,7 +2,7 @@
 
 use Friendica\App;
 
-if (!file_exists("boot.php") AND (sizeof($_SERVER["argv"]) != 0)) {
+if (!file_exists("boot.php") && (sizeof($_SERVER["argv"]) != 0)) {
        $directory = dirname($_SERVER["argv"][0]);
 
        if (substr($directory, 0, 1) != "/")