andre 4 年 前
コミット
652be76556
1 ファイル変更1 行追加1 行削除
  1. 1 1
      index.php

+ 1 - 1
index.php

@@ -1,6 +1,6 @@
 <?php
 <?php
 error_reporting(E_ALL);
 error_reporting(E_ALL);
-$ip = "192.168.2.23";
+$ip = $_GET['ip'];
 
 
 $db = new mysqli('localhost', 'ban', 'Blubb123-', 'ban');
 $db = new mysqli('localhost', 'ban', 'Blubb123-', 'ban');
 if ($db->connect_errno){
 if ($db->connect_errno){