- don't set $_die to false on warnings on installation because this would make it possible to continue even without the requirements

This commit is contained in:
Michael Kaufmann (d00p)
2010-03-11 13:11:22 +00:00
parent ee7f83aede
commit 2c12c51977

View File

@@ -428,7 +428,6 @@ if(isset($_POST['installstep'])
if(!extension_loaded('bcmath'))
{
status_message('orange', $lng['install']['notinstalled'] . '<br />' . $lng['install']['bcmathdescription']);
$_die = false;
}
else
{
@@ -442,7 +441,6 @@ if(isset($_POST['installstep'])
&& $php_ob != '')
{
status_message('orange', $lng['install']['openbasedirenabled']);
$_die = false;
}
else
{