Restoring old status

This commit is contained in:
Michael 2022-05-20 22:52:44 +00:00
parent 5095ce621a
commit e4e8b8cb46
1 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,4 @@
#!/usr/bin/env php
<?php
/**
* @copyright Copyright (C) 2010-2022, the Friendica project
@ -21,10 +22,9 @@
/**
* 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();