version 1.0.3

fixed check.log
This commit is contained in:
bruninoit 2018-02-27 20:56:31 +01:00 committed by GitHub
parent eba27d4a4a
commit cae951d1a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,11 @@
<?php
$check = file_get_contents("check.log");
if(!$check) exit;
if($check)
{
echo "<h1>Gi&agrave; loggato. Per nuovo login, elimina il file check.log e aggiorna questa pagina.</h1>";
exit;
}
register_shutdown_function('failLogin');