.main { height: auto !important; }
global $arrFilter; $arrFilter = array("!ID" => [92,.......N]);
if(!$USER->IsAuthorized() && ($_SERVER['REQUEST_URI'] != '/auth/index.php')) { LocalRedirect("/auth/index.php"); }
<? if(!$USER->IsAuthorized()) LocalRedirect("/auth/index.php"); ?>
if(!$USER->IsAuthorized()) { LocalRedirect("/auth/index.php"); }