index.php

来自「Discuz! v2.5F 简体中文版」· PHP 代码 · 共 14 行

PHP
14
字号
<?php  if(!defined('IN_ADMINCP')) exit('Access Denied'); ?>
<html>
<head>
<title>Discuz! Administrators' Control Panel</title>
<meta http-equiv="Content-Type" content="text/html; ">
</head>

<frameset cols="160,*" frameborder="no" border="0" framespacing="0" rows="*"> 
<frame name="menu" noresize scrolling="yes" src="admincp.php?action=menu&sid=<?=$sid?>">
<frameset rows="20,*" frameborder="no" border="0" framespacing="0" cols="*"> 
<frame name="top" noresize scrolling="no" src="admincp.php?action=top&sid=<?=$sid?>">
<frame name="main" noresize scrolling="yes" src="admincp.php?action=<?=$action?>&extr=<?=$extr?>&sid=<?=$sid?>">
</frameset></frameset></html>

⌨️ 快捷键说明

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