📄 server.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");
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -