]> git.mxchange.org Git - friendica.git/blobdiff - bin/daemon.php
Made also this one sweeter (null-coalscing)
[friendica.git] / bin / daemon.php
index cca45c055cc1fcc2eaf5180dd659faac759046fb..1682d366ede0ca16fd05c3ab8f0df7bd04b13a0a 100755 (executable)
@@ -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();