?? admin.php
字號:
<?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("您沒有管理權(quán)限!");
define('MOD_ROOT',PHPCMS_ROOT.'/module/'.$mod);
require_once PHPCMS_ROOT."/comment/include/tag.php";
require_once MOD_ROOT."/include/tag.php";
require MOD_ROOT."/extension.php";
if(!@include_once(MOD_ROOT."/admin/".$file.".php")) showmessage("非法操作!");
?>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -