andre 4 lat temu
rodzic
commit
652be76556
1 zmienionych plików z 1 dodań i 1 usunięć
  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){