remove password exposure through debug print_r, duh

git-svn-id: http://www.observium.org/svn/observer/trunk@2453 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Tom Laermans
2011-09-13 10:45:43 +00:00
parent 6e0a89cdfc
commit ef143ece1b

View File

@@ -24,8 +24,6 @@ if ($_GET['location'] == "Unset") { $location_filter = ''; }
if ($_GET['location'] && !isset($_POST['location'])) { $location_filter = $_GET['location']; }
if ($_POST['location']) { $location_filter = $_POST['location']; }
print_r($_POST);
print_optionbar_start(62);
?>
<form method="post" action="">