/events/onmaintenance.cfm
ColdFusion | 6 lines | 5 code | 0 blank | 1 comment | 0 complexity | 9c727562fb5a87f441cead2345a1ed96 MD5 | raw file
Possible License(s): Apache-2.0, CPL-1.0
- <!--- Place HTML here that should be displayed when the application is running in "maintenance" mode. --->
- <h1>Maintenance!</h1>
- <p>
- Sorry, maintenance work is being performed.<br />
- Please try again later.
- </p>