<?
/*
(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
*/
session_start();
require_once "inc/sitelib.php" ;
global_init();
if ($_SESSION['u_id']>0){
do_redirect($GLOBALS['MENU_URL']);
exit;
}
$ps=array(
'green_msg' => $green_msg,
'err_msg' => $err_msg,
);
parse_page("/index", $GLOBALS['PAGE_TPL'], $ps);
?>