My b2evolution Version: 3.3.3
Hi,
I noticed this in _main.inc.php:
if( $maintenance_mode )
{
header('HTTP/1.0 503 Service Unavailable');
echo '<h1>503 Service Unavailable</h1>';
die( 'The site is temporarily down for maintenance.' );
}
How can I turn on maintenance mode if needed? Thanks!
edt conf/_basic_config.php, look for $maintenance_mode.