server.php

来自「本wap小说系统必须运行于杰奇小说系统上」· PHP 代码 · 共 13 行

PHP
13
字号
<?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 + =
减小字号Ctrl + -
显示快捷键?