mirror of
https://codeberg.org/crimeflare/cloudflare-tor
synced 2024-12-23 16:10:35 +00:00
cron.php
This commit is contained in:
parent
e0d3f495a1
commit
026a9ee3fc
@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
ignore_user_abort(true);
|
ignore_user_abort(true);
|
||||||
set_time_limit(180);
|
set_time_limit(120);
|
||||||
$toots = [];
|
$toots = [];
|
||||||
$mastodon_servers = ['your.server.fqdn' => 'https://your.server.fqdn/write_this_block_yourself', 'yours2.fqdn' => 'https://...'];
|
$mastodon_servers = ['your.server.fqdn' => 'https://your.server.fqdn/write_this_block_yourself', 'yours2.fqdn' => 'https://...'];
|
||||||
shuffle_assoc($mastodon_servers);
|
shuffle_assoc($mastodon_servers);
|
||||||
|
Loading…
Reference in New Issue
Block a user