Skip to content

Commit

Permalink
Update nuke.php
Browse files Browse the repository at this point in the history
  • Loading branch information
rickbot-dot authored Jun 30, 2023
1 parent eaaf8aa commit 3394d5a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions danger_zone/nuke.php
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand All @@ -29,6 +30,8 @@

require_once "../topbar.php";
require_once "../configure.php";

$IP = dirname($IP);
?>
<!DOCTYPE html>
<html lang="en">
Expand Down

0 comments on commit 3394d5a

Please sign in to comment.