rulemgr.inc.php
来自「采用模块化开发」· PHP 代码 · 共 15 行
PHP
15 行
<?php
defined('IN_PHPCMS') or exit('Access Denied');
switch($action)
{
case 'installjob'://瀵煎叆鍏变韩浠诲姟
if(isset($submit))
{
if(empty($siteid)) showmessage($LANG['illegal_parameters']);
if(empty($rulecontent)) showmessage($LANG['illegal_parameters']);
include(PHPCMS_ROOT."/".$mod."/admin/des.inc.php");
$rulecontent = auth_decrypt($rulecontent,"phpcms_locoy");
if(strpos($rulecontent,"鈾
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?