cron/poll_all.php
Snapshot 2026.09.17-a2894de (current) · 10 lines · 488 bytes · tree · plain text
SHA-256
698b864077e27e8fa394c1e4af1738d7d68e91827e587a08da15739e078fbaed| 1 | <?php |
| 2 | /* Run hourly by cron: php cron/poll_all.php |
| 3 | Dispatches every vendor client. A client with empty credentials logs a skip and |
| 4 | leaves its streams in placeholder mode. On a client's FIRST successful live insert |
| 5 | it flips its streams to live; placeholder rows stop being served automatically. */ |
| 6 | require_once __DIR__.'/../inc/helpers.php'; |
| 7 | foreach(glob(__DIR__.'/clients/*.php') as $c){ require $c; } |
| 8 | log_activity('cron','poll_all','dispatch complete'); |
| 9 | echo "poll complete\n"; |
| 10 | |
Lines can be cited as cron/poll_all.php L120-L140, platform code 2026.09.17-a2894de; add #L120-L140 to this page's address to highlight them. Source shown for scrutiny of the research platform. All rights reserved. Not offered as installable software.