mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-05 07:27:04 +03:00
Small fixes
This commit is contained in:
parent
e77bafca1e
commit
18242368be
29 changed files with 16 additions and 35724 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue