error_reporting (E_ALL ^ E_NOTICE ^ E_DEPRECATED);
$page = $_GET["page"];
$startitem = $_GET["startitem"];
include("browser.php");
if (!( css_browser(strtolower(@$_SERVER["HTTP_USER_AGENT"])) )):
include("table-index.php");
else:
?>
\n";
include ("sccfrontpage.php");
?>
The new spam filter system is now available at Edgewave
echo "
\n";
elseif($url_section=='sitemap'):
echo "\n";
$url_section = $page_array[0];
$url_subsect = $page_array[1];
$url_subpage = $page_array[2];
$include_page = $url_section;
if($url_subsect): $include_page .= "_$url_subsect"; endif;
if($url_subpage): $include_page .= "_$url_subpage"; endif;
$include_page .= ".php";
if (file_exists($include_page)):
include($include_page);
else:
include("notfound.php");
endif;
echo "
\n";
endif;
// -- end page content --
?>
endif;
?>