admin.php
来自「phpcms网站管理系统 很不错的 有需要的就下载看看八 」· PHP 代码 · 共 23 行
PHP
23 行
<?php
/*
*####################################################
* PHPCMS v3.0.0 - Advanced Content Manage System.
* Copyright (c) 2005-2006 phpcms.cn
*
* For further information go to http://www.phpcms.cn/
* This copyright notice MUST stay intact for use.
*####################################################
*/
defined('IN_PHPCMS') or exit('Access Denied');
if($_grade>1 && $file!=$mod && $file!='index') showmessage("您没有管理权限!");
$skindir = $_CHA['skinid'] ? PHPCMS_PATH."skin/".$_CHA['skinid'] : $skindir;
define('MOD_ROOT',PHPCMS_ROOT.'/module/'.$mod);
require_once MOD_ROOT."/include/tag.php";
require_once PHPCMS_ROOT."/comment/include/tag.php";
require_once MOD_ROOT.'/extension.php';
require_once MOD_ROOT.'/admin/'.$file.'.php';
?>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?