1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/13740] Fix is_phpbb_installed() method

PHPBB3-13740
This commit is contained in:
Mate Bartus
2015-07-23 22:55:31 +02:00
parent fbd5929606
commit e08f134112
2 changed files with 5 additions and 5 deletions

View File

@@ -111,7 +111,7 @@ class install
{
if ($this->install_helper->is_phpbb_installed())
{
throw new http_exception(404, 'PAGE_NOT_FOUND');
die ('phpBB is already installed');
}
$this->template->assign_vars(array(