1234567891011121314151617181920212223242526272829303132 |
- <?php
- return [
-
- '__file__' => ['.htaccess','ExecptionHandle.php'],
-
- '__dir__' => ['controller/v1','config','lang','validates/login/','route'],
-
- 'controller' => ['Index'],
-
- 'validates' => ['Index'],
-
- 'route' => ['route'],
-
- 'config' => ['route'],
-
- 'lang' => ['zh-CN','en-US'],
-
- ];
|