Browse Source

add admin view

andre 4 năm trước cách đây
mục cha
commit
23de29759f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      admin.php

+ 1 - 1
admin.php

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