Make WordPress Core

Ticket #10439: wp-settings.php.diff

File wp-settings.php.diff, 485 bytes (added by sirzooro, 16 years ago)
  • wp-settings.php

    old new  
    126126                        $protocol = 'HTTP/1.0';
    127127                header( "$protocol 503 Service Unavailable", true, 503 );
    128128                header( 'Content-Type: text/html; charset=utf-8' );
     129                header( 'Retry-After: 600' );
    129130?>
    130131<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    131132<html xmlns="http://www.w3.org/1999/xhtml">