后台代码格式化,内核更新

This commit is contained in:
2016-08-29 16:51:13 +08:00
parent 1710eb742c
commit dff622f0ac
21 changed files with 842 additions and 838 deletions

View File

@@ -9,14 +9,14 @@
return array(
'user_administrator' => 1,
'user_administrator' => 1,
//'url_common_param'=>true,
'template' => array(
'template' => array(
),
'view_replace_str' => array(
'view_replace_str' => array(
'__ADDONS__' => BASE_PATH . '/addons',
'__PUBLIC__' => BASE_PATH . '/public',
'__STATIC__' => BASE_PATH . '/application/admin/static',
@@ -25,9 +25,9 @@ return array(
'__JS__' => BASE_PATH . '/application/admin/static/js',
),
'session' => array(
'prefix' => 'admin',
'type' => '',
'auto_start' => true,
'session' => array(
'prefix' => 'admin',
'type' => '',
'auto_start' => true,
),
);