links.php

来自「一个好用的php wap cms portal」· PHP 代码 · 共 16 行

PHP
16
字号
<?php
/******************************************************************************/
/*  Wap-2-Go Mobile Phone Nuke-Addon                                          */
/*          bringing the Advanced Content Management System to Mobile Format  */
/*  ==========================================================================*/
/*                                              powered by Nuke SQL Database  */
/*                                                                            */
/* Copyright (c) 2007 by Philip Marsh   -   http://www.wap2go.co.uk           */
/*                                                                            */
/******************************************************************************/

global $admin_file;
if (!eregi("".$admin_file.".php", $_SERVER['PHP_SELF'])) { die ("Access Denied"); }
adminmenu("".$admin_file.".php?op=portal", "Wap-2-Go", "wap2go.gif");

?>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?