]> git.mxchange.org Git - friendica.git/commitdiff
Restoring old status
authorMichael <heluecht@pirati.ca>
Fri, 20 May 2022 22:52:44 +0000 (22:52 +0000)
committerMichael <heluecht@pirati.ca>
Fri, 20 May 2022 22:52:44 +0000 (22:52 +0000)
bin/daemon.php

index df4b7d8d04176014e9e2ebd6e969ae7417b88a7a..1682d366ede0ca16fd05c3ab8f0df7bd04b13a0a 100755 (executable)
@@ -1,3 +1,4 @@
+#!/usr/bin/env php
 <?php
 /**
  * @copyright Copyright (C) 2010-2022, the Friendica project
 
 /**
  * Run the worker from a daemon.
- * #!/usr/bin/env php
+ *
  * 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();