summaryrefslogtreecommitdiffstats
path: root/usr/local/www/exec.php
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2012-06-12 13:54:39 -0400
committerjim-p <jimp@pfsense.org>2012-06-12 13:55:06 -0400
commit7c9a30c8e20bc4f83395d1497c12f5c1c5298178 (patch)
tree739afaab09d8e91d34b06de2a4f44b5be8c1df45 /usr/local/www/exec.php
parent5c7abe2eb3a30f38aeef96e4430cc0680aff74df (diff)
downloadpfsense-7c9a30c8e20bc4f83395d1497c12f5c1c5298178.zip
pfsense-7c9a30c8e20bc4f83395d1497c12f5c1c5298178.tar.gz
Allow autocomplete on packet capture and exec, since it's convenient to have a history there and there are no password fields.
Diffstat (limited to 'usr/local/www/exec.php')
-rwxr-xr-xusr/local/www/exec.php2
1 files changed, 2 insertions, 0 deletions
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