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:
@@ -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(
|
||||
|
Reference in New Issue
Block a user