$error.="<div class='alert alert-danger' style='margin:auto;margin-top:20px;width:500px;'><strong>"._('The following required PHP extensions are missing').":</strong><br><hr>";
$error.="<div class='alert alert-danger' style='margin:auto;margin-top:20px;width:500px;'><strong>"._('The following required PHP extensions are missing').":</strong><br><hr>";
$error.='<ul>'."\n";
$error.='<ul>'."\n";
foreach($missingExtas$missing){
foreach($missingExtas$missing){
...
@@ -80,10 +74,17 @@ if (sizeof($missingExt) != 1) {
...
@@ -80,10 +74,17 @@ if (sizeof($missingExt) != 1) {
}
}
$error.='</ul><hr>'."\n";
$error.='</ul><hr>'."\n";
$error.=_('Please recompile PHP to include missing extensions and restart Apache.')."\n";
$error.=_('Please recompile PHP to include missing extensions and restart Apache.')."\n";
$error.=_('From release 1.3.2 on at least PHP version 5.4 is required!')."<br>"._('You can override this by setting $allow_older_version=true in config.php.')."<br>";
$error.=_("Last development version can be downloaded ")." <a href='https://github.com/phpipam/phpipam/tree/9ca731d475d5830ca421bac12da31d5023f02636' target='_blank'>here</a>.";