12345678910111213141516171819202122232425 |
- <?xml version="1.0" encoding="UTF-8"?>
- <inbasis>
- <system-config>
- <max-event-threads>1000</max-event-threads>
- <max-upload-size>512000</max-upload-size>
- <response-charset>GBK</response-charset>
- </system-config>
-
- <!-- Configure the error page -->
- <error-page>
- <exception-type>java.lang.Throwable</exception-type>
- <location>/system/error.xul</location>
- </error-page>
-
- <session-config>
- <timeout-uri>/system/timeout.xul</timeout-uri>
- </session-config>
-
- <desktop-config>
- <theme-uri>/css/inbasis.css</theme-uri>
- </desktop-config>
-
- </inbasis>
|