mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-11 01:24:27 +02:00
Some more poller are noe a worker
This commit is contained in:
parent
920160cb28
commit
c1b064c643
2 changed files with 4 additions and 4 deletions
|
@ -3,7 +3,7 @@ use Friendica\App;
|
|||
use Friendica\Core\Worker;
|
||||
use Friendica\Core\Config;
|
||||
|
||||
// Ensure that poller.php is executed from the base path of the installation
|
||||
// Ensure that worker.php is executed from the base path of the installation
|
||||
if (!file_exists("boot.php") && (sizeof($_SERVER["argv"]) != 0)) {
|
||||
$directory = dirname($_SERVER["argv"][0]);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue