26 lines
667 B
PHP
Executable File
26 lines
667 B
PHP
Executable File
<?php return array (
|
|
0 =>
|
|
array (
|
|
'id' => 1,
|
|
'name' => 'formBuilder',
|
|
'desc' => '后台form生成器调用第三方插件钩子',
|
|
'update_date' => 1453871552,
|
|
'status' => 1
|
|
),
|
|
1 =>
|
|
array (
|
|
'id' => 2,
|
|
'name' => 'adminMenuBefore',
|
|
'desc' => '后台菜单',
|
|
'update_date' => 1467614405,
|
|
'status' => 1
|
|
),
|
|
2 =>
|
|
array (
|
|
'id' => 3,
|
|
'name' => 'afterUpload',
|
|
'desc' => '文件上传后',
|
|
'update_date' => 1468637418,
|
|
'status' => 1
|
|
),
|
|
); |