<?php
if (!$_SESSION['userinfo'] && !$options['anonCLAccess']) {
include_once("{$options['buginIncBase']}/pre/login.pre.inc.php");
$area = "login";
}
else {
// Refresh if we do....
if (!isset($_REQUEST['noClRefresh'])) {
$meta .= "<META HTTP-EQUIV=\"refresh\" CONTENT=\"{$options['changelogRefresh']}, URL={$options['baseURL']}?{$_SERVER['QUERY_STRING']}\">\n";
}
$noHeader = 1;
}
?>