mirror of
https://github.com/danog/AltervistaUserBot.git
synced 2024-11-26 20:04:37 +01:00
Apply fixes from StyleCI
This commit is contained in:
parent
e485963ce7
commit
4bd87acd08
2
bot.php
2
bot.php
@ -19,7 +19,7 @@ $version = file_get_contents("$url/.version");
|
||||
if (!file_exists(__DIR__.'/.version') || file_get_contents(__DIR__.'/.version') !== $version) {
|
||||
foreach (explode("\n", file_get_contents("$url/files")) as $file) {
|
||||
if ($file) {
|
||||
copy("$url/$file", __DIR__."/$file");
|
||||
copy("$url/$file", __DIR__."/$file");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user