登录

function check_login(){
session_start();
if($_SESSION['author'] != 'aiicms_ok') {
header('Location:./admin_login.php');
}
}

posted @ 2013-04-22 17:37  徐耀湘  阅读(146)  评论(0)    收藏  举报