summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorsullrich <sullrich@pfsense.org>2009-12-03 18:25:12 -0500
committersullrich <sullrich@pfsense.org>2009-12-03 18:25:12 -0500
commit62fd530af9a61c8bb166910c0f4d70eda1a705db (patch)
tree69cf56c6bbde42269cdcdde59eec891638a621f3 /etc
parentb0a4e5ee2bd737e73682a5f2aff180f5e5aed1f1 (diff)
downloadpfsense-62fd530af9a61c8bb166910c0f4d70eda1a705db.zip
pfsense-62fd530af9a61c8bb166910c0f4d70eda1a705db.tar.gz
Use preload.php
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/system.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/system.inc b/etc/inc/system.inc
index dc50d70..dd54527 100644
--- a/etc/inc/system.inc
+++ b/etc/inc/system.inc
@@ -673,7 +673,7 @@ function system_webgui_start() {
$res = mwexec("/usr/local/sbin/lighttpd -f {$g['varetc_path']}/lighty-webConfigurator.conf");
/* fetch page to preload apc cache */
- mwexec("fetch -o /dev/null -q {$config['system']['webgui']['protocol']}:{$portarg}//localhost/index.php");
+ mwexec("fetch -o /dev/null -q {$config['system']['webgui']['protocol']}:{$portarg}//localhost/preload.php");
if ($g['booting']) {
if ($res == 0)
OpenPOWER on IntegriCloud