mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
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:
@@ -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="">
|
||||
|
Reference in New Issue
Block a user