From 98d269af641d7ccfbfa4845dd027df4fe10a5f61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ermal=20Lu=E7i?= Date: Mon, 8 Mar 2010 23:15:18 +0000 Subject: [PATCH] Put this on background to avoid delays. --- etc/inc/system.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/inc/system.inc b/etc/inc/system.inc index ff5bd05db0..82f851e869 100644 --- a/etc/inc/system.inc +++ b/etc/inc/system.inc @@ -693,7 +693,7 @@ function system_webgui_start() { $proto = "http"; if ($config['system']['webgui']['protocol']) $proto = $config['system']['webgui']['protocol']; - mwexec("/usr/bin/fetch -o /dev/null -q {$proto}://localhost:{$portarg}/preload.php"); + mwexec("/usr/bin/fetch -o /dev/null -q {$proto}://localhost:{$portarg}/preload.php &"); if ($g['booting']) { if ($res == 0)