Changeset 418


Ignore:
Timestamp:
Jul 3, 2013 1:25:00 PM (11 years ago)
Author:
anonymous
Message:

Added 503 error to DB fail case.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/DB.inc.php

    r417 r418  
    224224    {
    225225        if ($this->getParam('db_die_on_failure')) {
     226            header(' ', true, 503);
    226227            echo _("This page is temporarily unavailable. Please try again in a few minutes.");
    227228            die;
Note: See TracChangeset for help on using the changeset viewer.