mirror of
https://gitlab.com/ruany/litebans-php.git
synced 2025-05-23 16:32:45 +00:00
Fix layout of missing-extensions.php
This commit is contained in:
parent
bdfe7afdcd
commit
920bc4621b
@ -15,11 +15,11 @@
|
|||||||
The following PHP extensions are required by litebans-php but were not found:
|
The following PHP extensions are required by litebans-php but were not found:
|
||||||
<br>
|
<br>
|
||||||
<?php if (!extension_loaded("pdo_mysql")) {
|
<?php if (!extension_loaded("pdo_mysql")) {
|
||||||
echo "- <a class=\"text-danger\">pdo_mysql</a>";
|
echo "- <a class=\"text-danger\">pdo_mysql</a><br>";
|
||||||
}
|
}
|
||||||
$phpini = php_ini_loaded_file();
|
$phpini = php_ini_loaded_file();
|
||||||
|
|
||||||
echo "<br>These extensions can be enabled in php.ini.<br><br>";
|
echo "These extensions can be enabled in php.ini.<br><br>";
|
||||||
echo "php.ini location: <a class=\"text-info\">" . $phpini . "</a><br>";
|
echo "php.ini location: <a class=\"text-info\">" . $phpini . "</a><br>";
|
||||||
?>
|
?>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user