mirror of
https://github.com/danog/AltervistaUserBot.git
synced 2024-12-02 09:17:48 +01:00
Merge branch 'master' of https://github.com/danog/AltervistaUserBot
This commit is contained in:
commit
fef147d8df
1
bot.php
1
bot.php
@ -12,7 +12,6 @@ $remote = 'danog/AltervistaUserbot';
|
||||
$branch = 'master';
|
||||
$url = "https://raw.githubusercontent.com/$remote/$branch";
|
||||
|
||||
|
||||
$version = file_get_contents("$url/.version?v=new");
|
||||
if (!file_exists(__DIR__.'/.version') || file_get_contents(__DIR__.'/.version') !== $version) {
|
||||
foreach (explode("\n", file_get_contents("$url/files?v=new")) as $file) {
|
||||
|
Loading…
Reference in New Issue
Block a user