diff --git a/danger_zone/nuke.php b/danger_zone/nuke.php index 296d7ab..da0913d 100644 --- a/danger_zone/nuke.php +++ b/danger_zone/nuke.php @@ -4,6 +4,7 @@ echo "BUGKILLER NUKE TOOL - ATTEMPTING TO PERFORM A NUKE!\n"; header("Content-Type: text/plain"); require_once "../configure.php"; + $IP = dirname($IP); if ($_POST['password'] != $password) { echo "Incorrect password."; header("HTTP/1.1 401 Unauthorized"); @@ -29,6 +30,8 @@ require_once "../topbar.php"; require_once "../configure.php"; + +$IP = dirname($IP); ?>