]> git.mxchange.org Git - friendica.git/blobdiff - bin/daemon.php
Changed statistics query for nodeinfo
[friendica.git] / bin / daemon.php
index 0536814b9a25a2f1b74eae3a770a2c477a66a47b..8ba85033ce118946fd0dba298a13daef8da45b29 100755 (executable)
@@ -2,13 +2,12 @@
 <?php
 /**
  * @file bin/daemon.php
- * @brief Run the worker from a daemon.
+ * Run the worker from a daemon.
  *
  * This script was taken from http://php.net/manual/en/function.pcntl-fork.php
  */
 
 use Dice\Dice;
-use Friendica\Core\Config;
 use Friendica\Core\Logger;
 use Friendica\Core\Worker;
 use Friendica\Database\DBA;