summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr/local/www/diag_packet_capture.php2
-rwxr-xr-xusr/local/www/exec.php2
2 files changed, 4 insertions, 0 deletions
diff --git a/usr/local/www/diag_packet_capture.php b/usr/local/www/diag_packet_capture.php
index 75b6e26..6a70e97 100644
--- a/usr/local/www/diag_packet_capture.php
+++ b/usr/local/www/diag_packet_capture.php
@@ -35,6 +35,8 @@
##|*MATCH=diag_packet_capture.php*
##|-PRIV
+$allowautocomplete = true;
+
if ($_POST['downloadbtn'] == gettext("Download Capture"))
$nocsrf = true;
diff --git a/usr/local/www/exec.php b/usr/local/www/exec.php
index 8dfd73d..5bd7f30 100755
--- a/usr/local/www/exec.php
+++ b/usr/local/www/exec.php
@@ -38,6 +38,8 @@
##|*MATCH=exec.php*
##|-PRIV
+$allowautocomplete = true;
+
require("guiconfig.inc");
if (($_POST['submit'] == "Download") && file_exists($_POST['dlPath'])) {
OpenPOWER on IntegriCloud