diff options
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'])) { |