diff options
Diffstat (limited to 'phpBB/common.php')
-rw-r--r-- | phpBB/common.php | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/phpBB/common.php b/phpBB/common.php index 73f30e17a5..295a0a4abd 100644 --- a/phpBB/common.php +++ b/phpBB/common.php @@ -199,11 +199,4 @@ unset($dbpasswd); // Grab global variables, re-cache if necessary $config = $cache->obtain_config(); -// Disable board if the install/ directory is still present -if (file_exists($phpbb_root_path . 'install') && !defined('ADMIN_START')) -{ - $message = (!empty($config['board_disable_msg'])) ? $config['board_disable_msg'] : 'BOARD_DISABLE'; - trigger_error($message); -} - ?>
\ No newline at end of file |