Changeset 853
- Timestamp:
- 08/29/08 23:47:01 (3 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
plugins/maintenance_mode/trunk/maintenance_mode.plugin.php
r852 r853 121 121 } 122 122 else { 123 header("HTTP/1.1 503 Service Unavailable");124 123 $theme->display('header'); 125 124 echo '<h1>' . htmlspecialchars( Options::get( self::OPTION_NAME . '__text' ), ENT_COMPAT, 'UTF-8' ) . '</h1>';
