12345678910111213141516171819202122232425262728293031 |
- <?php
- return [
-
-
-
- 'error_message' => '页面错误!请稍后再试~',
-
- 'show_error_msg' => true,
-
- 'exception_handle' => '',
-
- 'lang_switch_on' => false,
-
- 'default_lang' => 'zh-cn',
-
-
- 'default_module' => 'Portal',
-
- 'default_controller' => 'Index',
-
- 'default_action' => 'index',
-
-
- 'default_filter' => 'htmlspecialchars,stripslashes,strip_tags',
- ];
|