From ef143ece1bb6496709e919c5fad3bb32c03f047d Mon Sep 17 00:00:00 2001 From: Tom Laermans Date: Tue, 13 Sep 2011 10:45:43 +0000 Subject: [PATCH] remove password exposure through debug print_r, duh git-svn-id: http://www.observium.org/svn/observer/trunk@2453 61d68cd4-352d-0410-923a-c4978735b2b8 --- html/pages/devices.inc.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/html/pages/devices.inc.php b/html/pages/devices.inc.php index 47554e16d..243181bea 100644 --- a/html/pages/devices.inc.php +++ b/html/pages/devices.inc.php @@ -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); ?>