From 802bc91be63da1338ab5abe06281bfb60b6a3cfe Mon Sep 17 00:00:00 2001 From: paul Date: Tue, 21 Nov 2006 17:14:48 +0000 Subject: [PATCH] Got rid of WAIT gif, we dont want anything slowing down the display of these pages. This also prevents using LOCATION: headers for redirects, which are faster. --- campcaster/src/modules/htmlUI/var/ui_handler_init.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/campcaster/src/modules/htmlUI/var/ui_handler_init.php b/campcaster/src/modules/htmlUI/var/ui_handler_init.php index d32134513..a84ac80b9 100644 --- a/campcaster/src/modules/htmlUI/var/ui_handler_init.php +++ b/campcaster/src/modules/htmlUI/var/ui_handler_init.php @@ -11,6 +11,6 @@ $uiHandler = new uiHandler($config); $uiHandler->init(); $uiBase =& $uiHandler; -include("../templates/loader/index.tpl"); +//include("../templates/loader/index.tpl"); ob_start(); ?> \ No newline at end of file