summaryrefslogtreecommitdiffstats
path: root/etc/inc/system.inc
diff options
context:
space:
mode:
Diffstat (limited to 'etc/inc/system.inc')
-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