|
|
@@ -14,7 +14,7 @@ require_once 'token.php';
|
|
|
require_once 'stats.php';
|
|
|
|
|
|
if(!isset($_GET['token'])){
|
|
|
- echo "<form action='admin.php'><input type='text' id='token' name='token'><input type='submit' value='send token'></form></div></body></html>";
|
|
|
+ echo "<form action='admin.php'><input type='text' size='35' id='token' name='token'><input type='submit' value='send token'></form></div></body></html>";
|
|
|
exit;
|
|
|
}
|
|
|
if(isset($_GET['ip'])) {
|