12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- <?php
-
-
-
-
-
- $api_config = array(
-
-
-
-
-
-
-
-
-
-
-
- 'filter_login_action' => array(
-
-
-
- ),
-
-
- 'uneed_check_action' => array(
- 'Base@*',
- 'Index@*',
- 'Ajax@*',
- 'Ueditor@*',
- 'Uploadify@*',
- ),
- );
-
- $html_config = include_once 'html.php';
- return array_merge($api_config, $html_config);
- ?>
|