📄 block.inc.php
字号:
<?php
defined('IN_PHPCMS') or exit('Access Denied');
require_once 'block.class.php';
$block = new block();
switch($action)
{
case 'add':
if($dosubmit)
{
$blockid = $block->add($info, $roleids);
if($blockid)
{
header('location:?mod='.$mod.'&file='.$file.'&action=update&ajax='.$ajax.'&func=add_block&blockid='.$blockid.'&forward='.urlencode($forward));
}
else
{
showmessage('鎿嶄綔澶辫触锛
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -