andre 4 лет назад
Родитель
Сommit
f22a9136f0
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      admin.php

+ 1 - 1
admin.php

@@ -14,7 +14,7 @@ require_once 'token.php';
 require_once 'stats.php';
 require_once 'stats.php';
 
 
 if(!isset($_GET['token'])){
 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;
     exit;
 }
 }
 if(isset($_GET['ip'])) {
 if(isset($_GET['ip'])) {