]> git.mxchange.org Git - friendica.git/commitdiff
Test the license check
authorMichael <heluecht@pirati.ca>
Fri, 20 May 2022 22:43:27 +0000 (22:43 +0000)
committerMichael <heluecht@pirati.ca>
Fri, 20 May 2022 22:43:27 +0000 (22:43 +0000)
bin/daemon.php

index cca45c055cc1fcc2eaf5180dd659faac759046fb..df4b7d8d04176014e9e2ebd6e969ae7417b88a7a 100755 (executable)
@@ -1,4 +1,3 @@
-#!/usr/bin/env php
 <?php
 /**
  * @copyright Copyright (C) 2010-2022, the Friendica project
@@ -22,7 +21,7 @@
 
 /**
  * Run the worker from a daemon.
- *
+ * #!/usr/bin/env php
  * This script was taken from http://php.net/manual/en/function.pcntl-fork.php
  */