<?php
/* BAD Access page
(c) 2004-2007 by "Oleg Savchuk" <hide@address.com>
part of phpProjectMaster project
http://phpprojmaster.sourceforge.net
The contents of this file are subject to the GNU GENERAL PUBLIC LICENSE
http://www.gnu.org/copyleft/gpl.html
*/
require_once "../inc/sitelib.php" ;
global_init();
$ps=array(
'login_url' => $LOGIN_URL,
);
parse_page("/badaccess", $GLOBALS['PAGE_TPL_ADMIN'], $ps);
?>