gusucode.com > 同城苏州黄页系统php源码程序 > usr_webmaster/start.php

    <?
$root_path = '../';
include_once($root_path.'start.php');

session_start();
if( !isset($_SESSION['Identity']['usr_webmaster']) )
	header('Location: ../login.php');

$MySelf =& $_SESSION['Identity']['usr_webmaster'] ;
?>