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:
parent
420d5288b5
commit
802bc91be6
|
@ -11,6 +11,6 @@ $uiHandler = new uiHandler($config);
|
|||
$uiHandler->init();
|
||||
$uiBase =& $uiHandler;
|
||||
|
||||
include("../templates/loader/index.tpl");
|
||||
//include("../templates/loader/index.tpl");
|
||||
ob_start();
|
||||
?>
|
Loading…
Reference in New Issue