diff options
author | jim-p <jimp@pfsense.org> | 2012-06-12 13:54:39 -0400 |
---|---|---|
committer | jim-p <jimp@pfsense.org> | 2012-06-12 13:55:06 -0400 |
commit | 7c9a30c8e20bc4f83395d1497c12f5c1c5298178 (patch) | |
tree | 739afaab09d8e91d34b06de2a4f44b5be8c1df45 /usr/local/www/exec.php | |
parent | 5c7abe2eb3a30f38aeef96e4430cc0680aff74df (diff) | |
download | pfsense-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-x | usr/local/www/exec.php | 2 |
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'])) { |