29 Sep
2005
29 Sep
'05
11:46 p.m.
I would actually love to see this committed. Super easy to work with and perform maintenance. Would be a nice dev feature to make note of, simple enough for people who know what they are doing and need something like this. +1 for inclusion ted
On 9/29/05, Dries Buytaert <dries@buytaert.net> wrote:
To give you a quick idea, here is how my modified index.php looks like:
$maintenance = FALSE;
require_once './includes/bootstrap.inc'; drupal_bootstrap(DRUPAL_BOOTSTRAP_FULL);
if ($maintenance && $user->uid != 1) { drupal_set_title("We'll be right back"); print theme('maintenance_page', 'Drupal.org is being upgraded. We should be back in a jiffy.');