- 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:
@@ -428,7 +428,6 @@ if(isset($_POST['installstep'])
|
|||||||
if(!extension_loaded('bcmath'))
|
if(!extension_loaded('bcmath'))
|
||||||
{
|
{
|
||||||
status_message('orange', $lng['install']['notinstalled'] . '<br />' . $lng['install']['bcmathdescription']);
|
status_message('orange', $lng['install']['notinstalled'] . '<br />' . $lng['install']['bcmathdescription']);
|
||||||
$_die = false;
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
@@ -442,7 +441,6 @@ if(isset($_POST['installstep'])
|
|||||||
&& $php_ob != '')
|
&& $php_ob != '')
|
||||||
{
|
{
|
||||||
status_message('orange', $lng['install']['openbasedirenabled']);
|
status_message('orange', $lng['install']['openbasedirenabled']);
|
||||||
$_die = false;
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user