diff options
Diffstat (limited to 'usr/local')
-rwxr-xr-x | usr/local/www/system_gateways_edit.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/usr/local/www/system_gateways_edit.php b/usr/local/www/system_gateways_edit.php index 6833843..294483d 100755 --- a/usr/local/www/system_gateways_edit.php +++ b/usr/local/www/system_gateways_edit.php @@ -64,8 +64,6 @@ if (isset($_GET['dup'])) if ($_POST) { - $post = print_r($_POST, true); - log_error("$post"); unset($input_errors); $pconfig = $_POST; |