diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-07-17 20:21:54 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-07-17 20:21:54 +0000 |
commit | 4e7da61ed0ef4c9ca34692943ccb207710147566 (patch) | |
tree | 71afd9f5fbe376940a556b570643e0b8e84b88b9 /usr/local/www/exec.php | |
parent | c5a9b876cf4cdaee85dd9804f7efbab3d5617b8f (diff) | |
download | pfsense-4e7da61ed0ef4c9ca34692943ccb207710147566.zip pfsense-4e7da61ed0ef4c9ca34692943ccb207710147566.tar.gz |
require head.inc
Diffstat (limited to 'usr/local/www/exec.php')
-rwxr-xr-x | usr/local/www/exec.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/local/www/exec.php b/usr/local/www/exec.php index 10a082c..9556a6e 100755 --- a/usr/local/www/exec.php +++ b/usr/local/www/exec.php @@ -25,6 +25,7 @@ if (($_POST['submit'] == "Download") && file_exists($_POST['dlPath'])) { } require("guiconfig.inc"); +require("head.inc"); conf_mount_rw(); |