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

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

session_start();


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


?>