⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 server.php

📁 本wap小说系统必须运行于杰奇小说系统上
💻 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 + -