X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=bin%2Fdaemon.php;h=1682d366ede0ca16fd05c3ab8f0df7bd04b13a0a;hb=51a7b5c5846c320dd273f5b1005d856416dd1252;hp=cca45c055cc1fcc2eaf5180dd659faac759046fb;hpb=653af77e5fbe0ba25cbe1897292e530200b2f027;p=friendica.git diff --git a/bin/daemon.php b/bin/daemon.php index cca45c055c..1682d366ed 100755 --- a/bin/daemon.php +++ b/bin/daemon.php @@ -25,7 +25,6 @@ * * This script was taken from http://php.net/manual/en/function.pcntl-fork.php */ - if (php_sapi_name() !== 'cli') { header($_SERVER["SERVER_PROTOCOL"] . ' 403 Forbidden'); exit();