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.

This commit is contained in:
paul 2006-11-21 17:14:48 +00:00
parent 420d5288b5
commit 802bc91be6
1 changed files with 1 additions and 1 deletions

View File

@ -11,6 +11,6 @@ $uiHandler = new uiHandler($config);
$uiHandler->init();
$uiBase =& $uiHandler;
include("../templates/loader/index.tpl");
//include("../templates/loader/index.tpl");
ob_start();
?>