cron.php
This commit is contained in:
parent
e0d3f495a1
commit
026a9ee3fc
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
ignore_user_abort(true);
|
||||
set_time_limit(180);
|
||||
set_time_limit(120);
|
||||
$toots = [];
|
||||
$mastodon_servers = ['your.server.fqdn' => 'https://your.server.fqdn/write_this_block_yourself', 'yours2.fqdn' => 'https://...'];
|
||||
shuffle_assoc($mastodon_servers);
|
||||
|
|
Loading…
Reference in New Issue