@@ -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){