]> git.mxchange.org Git - friendica.git/blobdiff - bin/daemon.php
Made also this one sweeter (null-coalscing)
[friendica.git] / bin / daemon.php
index 2173be1862f47735146484b3009030f06a022988..1682d366ede0ca16fd05c3ab8f0df7bd04b13a0a 100755 (executable)
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <https://www.gnu.org/licenses/>.
  *
+ */
+
+/**
  * Run the worker from a daemon.
  *
  * 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();