From 62fd530af9a61c8bb166910c0f4d70eda1a705db Mon Sep 17 00:00:00 2001 From: sullrich Date: Thu, 3 Dec 2009 18:25:12 -0500 Subject: Use preload.php --- etc/inc/system.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc') 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) -- cgit v1.1