Show
Ignore:
Timestamp:
08/29/08 23:47:01 (4 months ago)
Author:
dmondark
Message:

plugin:maintenance Ops. Removing unneccessary header addition.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • plugins/maintenance_mode/trunk/maintenance_mode.plugin.php

    r852 r853  
    121121        } 
    122122        else { 
    123             header("HTTP/1.1 503 Service Unavailable"); 
    124123            $theme->display('header'); 
    125124            echo '<h1>' . htmlspecialchars( Options::get( self::OPTION_NAME . '__text' ), ENT_COMPAT, 'UTF-8' ) . '</h1>';