Associate
- Joined
- 3 Aug 2004
- Posts
- 1,614
- Location
- Bendigo, Australia.
Can anyone remind me where to find the file to edit which is displayed when you disable the site?
Cheers.
Cheers.
00228: // Show 'Board is disabled' message if needed.
00230: if( $board_config['board_disable'] && !defined("IN_ADMIN") && !defined("IN_LOGIN") )
00232: message_die(GENERAL_MESSAGE, 'Board_disable', 'Information');
00122: $lang['Board_disable'] = 'Sorry, but this board is currently unavailable. Please try again later.';