?? index.php
字號:
<?php
if (file_exists("install.php")) header ("Location:install.php");
header("Content-type: text/vnd.wap.wml; charset=utf-8");
require("include/function.php");
$_SESSION['lastview']=$_SESSION['nowview'];
$_SESSION['nowview']=$_SERVER["REQUEST_URI"];
$tmp=strchuli($_GET['tmp']);
if (empty($tmp)) $tmp="index";
$pageid=$tmp;
$tmp=P_R."Job/$tmp".".php";
if (!file_exists("$tmp")) $tmp=P_R."Job/error.php";
include ("$tmp");
?>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -