From 5f651fb65c62cb8d00cf8d8cd5ac126bec28973a Mon Sep 17 00:00:00 2001 From: Ad Schellevis Date: Mon, 6 Jul 2015 08:41:00 +0000 Subject: [PATCH] (legacy) remove non functional allowautocomplete --- src/www/diag_packet_capture.php | 2 -- src/www/diag_ping.php | 1 - src/www/diag_testport.php | 2 -- src/www/diag_traceroute.php | 1 - src/www/head.inc | 2 +- 5 files changed, 1 insertion(+), 7 deletions(-) diff --git a/src/www/diag_packet_capture.php b/src/www/diag_packet_capture.php index 7858b6186..bdcb56e52 100644 --- a/src/www/diag_packet_capture.php +++ b/src/www/diag_packet_capture.php @@ -25,8 +25,6 @@ POSSIBILITY OF SUCH DAMAGE. */ -$allowautocomplete = true; - function fixup_host_logic($value) { return str_replace(array(" ", ",", "+", "|", "!"), array("", "and ", "and ", "or ", "not "), $value); } diff --git a/src/www/diag_ping.php b/src/www/diag_ping.php index ec1a59f2d..d3fb3eeab 100644 --- a/src/www/diag_ping.php +++ b/src/www/diag_ping.php @@ -26,7 +26,6 @@ POSSIBILITY OF SUCH DAMAGE. */ -$allowautocomplete = true; $pgtitle = array(gettext("Diagnostics"), gettext("Ping")); require_once("guiconfig.inc"); diff --git a/src/www/diag_testport.php b/src/www/diag_testport.php index 7ceb31091..8db7565a9 100644 --- a/src/www/diag_testport.php +++ b/src/www/diag_testport.php @@ -27,8 +27,6 @@ POSSIBILITY OF SUCH DAMAGE. */ -$allowautocomplete = true; - $pgtitle = array(gettext("Diagnostics"), gettext("Test Port")); require_once("guiconfig.inc"); diff --git a/src/www/diag_traceroute.php b/src/www/diag_traceroute.php index d79441af1..d894af17d 100644 --- a/src/www/diag_traceroute.php +++ b/src/www/diag_traceroute.php @@ -28,7 +28,6 @@ require_once("guiconfig.inc"); -$allowautocomplete = true; $pgtitle = array(gettext("Diagnostics"),gettext("Traceroute")); include("head.inc"); diff --git a/src/www/head.inc b/src/www/head.inc index f1925a009..574dbcfc6 100644 --- a/src/www/head.inc +++ b/src/www/head.inc @@ -75,7 +75,7 @@ $pagetitle = gentitle( $pgtitle ); ?> - +