X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fpoco.php;h=671551f832589e89ab4c839e1c48ada353a79cb7;hb=baf316e89808b1480f1fa69916cc2b60c343993b;hp=0728020eccab3292e6cc7428b616bc5b80bed149;hpb=9e3bae5caa6725737c2a1221a6c499e06ea0077c;p=friendica.git diff --git a/mod/poco.php b/mod/poco.php index 0728020ecc..671551f832 100644 --- a/mod/poco.php +++ b/mod/poco.php @@ -43,6 +43,7 @@ function poco_init(App $a) { echo json_encode($ret); killme(); } + if ($a->argc > 1 && $a->argv[1] === '@global') { // List of all profiles that this server recently had data from $global = true;