Initial project files: BESCMS full source
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'type' => 'module',
|
||||
'name' => '内容',
|
||||
'icon' => 'fa fa-sticky-note',
|
||||
'system' => '1',
|
||||
'mtype' => '1'
|
||||
|
||||
];
|
||||
@@ -0,0 +1,4 @@
|
||||
<?php
|
||||
|
||||
// 加载主程序的路由
|
||||
require COREPATH.'Config/Routes.php';
|
||||
Reference in New Issue
Block a user