?? auth.php
字號:
<?php
//######################檢查用戶登陸##########################
include "config.php";
if (!$HTTP_COOKIE_VARS[cookie_user] || $HTTP_COOKIE_VARS[cookie_user] != $cookie_user )
{
echo("抱歉,您還沒有登陸。你先登陸!");
echo "<meta http-equiv=\"refresh\" content=\"0;url=index.php\">";
include "foot.php";
exit;
}
?>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -