(legacy) remove left over debug stuff firewall_rules.php

This commit is contained in:
Ad Schellevis 2015-08-25 14:17:09 +00:00
parent d5d4382285
commit 51962caa08

View File

@ -116,10 +116,6 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
header("Location: firewall_rules.php?if=" . htmlspecialchars($current_if));
exit;
}
echo $id;
print_r($_POST);
die;
}
if (isset($_GET['if'])) {