Small fixes

This commit is contained in:
RainLoop Team 2019-03-29 23:42:49 +03:00
parent e77bafca1e
commit 18242368be
29 changed files with 16 additions and 35724 deletions

View file

@ -26,8 +26,9 @@
{
echo '<p>';
echo '[302] The following PHP extensions are not available in your PHP configuration!';
echo '</p><ul>';
echo '</p>';
echo '<ul>';
foreach ($aRequirements as $sKey => $bValue)
{
if (!$bValue)
@ -35,8 +36,8 @@
echo '<li>'.$sKey.'</li>';
}
}
echo '</ul>';
exit(302);
}
}