From 29f583c626d27cba7591238eb70433553cab9219 Mon Sep 17 00:00:00 2001 From: Ludovic Arnaud Date: Thu, 31 Oct 2002 03:20:54 +0000 Subject: Minor changes, trying to get it working on my test server git-svn-id: file:///svn/phpbb/trunk@2993 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/install/install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/install/install.php') diff --git a/phpBB/install/install.php b/phpBB/install/install.php index d748aa0c25..6f63df22cf 100644 --- a/phpBB/install/install.php +++ b/phpBB/install/install.php @@ -536,7 +536,7 @@ else ); $template->pparse('body'); */ - exit; + die("Error during installation: no $check_exts extension"); } include($phpbb_root_path . 'db/' . $dbms . '.' . $phpEx); -- cgit v1.2.1