summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorsullrich <sullrich@pfsense.org>2009-12-03 18:34:32 -0500
committersullrich <sullrich@pfsense.org>2009-12-03 18:34:32 -0500
commit8cef78c00933157ceb56297054b123d86d8c5d11 (patch)
tree60be99cd105c667de3dc74e17eb3b201cc930237 /usr
parent87d6cd83c071b7b09e84d28561da831b0a7894d2 (diff)
downloadpfsense-8cef78c00933157ceb56297054b123d86d8c5d11.zip
pfsense-8cef78c00933157ceb56297054b123d86d8c5d11.tar.gz
Really preload
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/preload.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/local/www/preload.php b/usr/local/www/preload.php
index 0b61d32..0774949 100755
--- a/usr/local/www/preload.php
+++ b/usr/local/www/preload.php
@@ -23,11 +23,8 @@ $files=array("functions.inc",
"notices.inc",
"system.inc",
"filter.inc",
- "openvpn.auth-user.php",
"upgrade_config.inc",
- "vauth.inc.orig",
"openvpn.inc",
- "vutil.inc",
"authgui.inc",
"vpfsense-utils.inc",
"vuuid.php",
@@ -62,5 +59,8 @@ foreach($files as $file)
require_once($file);
require("guiconfig.inc");
+include('/usr/local/www/includes/functions.inc.php');
+include("fbegin.inc");
+include("fend.inc");
?> \ No newline at end of file
OpenPOWER on IntegriCloud