summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2013-01-04 08:45:13 +0000
committerErmal <eri@pfsense.org>2013-01-04 08:45:13 +0000
commitf16a2be7ca8cadaba2f2ad5109ee219b8a494173 (patch)
tree8d0a679d78ee11c0f6d22a72752655a8619d30d4 /etc
parent59d765707666ea046f59a3c20602b29b74f02ff9 (diff)
downloadpfsense-f16a2be7ca8cadaba2f2ad5109ee219b8a494173.zip
pfsense-f16a2be7ca8cadaba2f2ad5109ee219b8a494173.tar.gz
Remove preload.php even here now that is possible to avoid issues during startup of lighty
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/system.inc6
1 files changed, 0 insertions, 6 deletions
diff --git a/etc/inc/system.inc b/etc/inc/system.inc
index e7b05bb..8fc6742 100644
--- a/etc/inc/system.inc
+++ b/etc/inc/system.inc
@@ -696,12 +696,6 @@ function system_webgui_start() {
/* attempt to start lighthttpd */
$res = mwexec("/usr/local/sbin/lighttpd -f {$g['varetc_path']}/lighty-webConfigurator.conf");
- /* fetch page to preload apc cache */
- $proto = "http";
- if ($config['system']['webgui']['protocol'])
- $proto = $config['system']['webgui']['protocol'];
- mwexec_bg("/usr/bin/fetch -o /dev/null -q {$proto}://localhost:{$portarg}/preload.php");
-
if ($g['booting']) {
if ($res == 0)
echo "done.\n";
OpenPOWER on IntegriCloud