andre 4 سال پیش
والد
کامیت
652be76556
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      index.php

+ 1 - 1
index.php

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