mirror of
https://github.com/danog/AltervistaUserBot.git
synced 2024-12-03 09:47:56 +01:00
version 1.0.3
fixed check.log
This commit is contained in:
parent
eba27d4a4a
commit
cae951d1a6
@ -1,7 +1,11 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
$check = file_get_contents("check.log");
|
$check = file_get_contents("check.log");
|
||||||
if(!$check) exit;
|
if($check)
|
||||||
|
{
|
||||||
|
echo "<h1>Già loggato. Per nuovo login, elimina il file check.log e aggiorna questa pagina.</h1>";
|
||||||
|
exit;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
register_shutdown_function('failLogin');
|
register_shutdown_function('failLogin');
|
||||||
|
Loading…
Reference in New Issue
Block a user