Initial project files: BESCMS full source
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
/**
|
||||
* https://www.besyun.com
|
||||
* BESCMS
|
||||
* 本文件是框架系统文件,二次开发时不可以修改本文件
|
||||
**/
|
||||
|
||||
/**
|
||||
* 通知动作注册配置
|
||||
*
|
||||
* 动作字符 => 动作名称
|
||||
*
|
||||
**/
|
||||
|
||||
return [
|
||||
|
||||
'pay_success' => '前台充值/付款',
|
||||
'pay_admin' => '后台管理员充值',
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user