From f16a2be7ca8cadaba2f2ad5109ee219b8a494173 Mon Sep 17 00:00:00 2001 From: Ermal Date: Fri, 4 Jan 2013 08:45:13 +0000 Subject: Remove preload.php even here now that is possible to avoid issues during startup of lighty --- etc/inc/system.inc | 6 ------ 1 file changed, 6 deletions(-) (limited to 'etc/inc') 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"; -- cgit v1.1