diff --git a/error/missing-extensions.php b/error/missing-extensions.php index 58da188..d6c2864 100644 --- a/error/missing-extensions.php +++ b/error/missing-extensions.php @@ -15,11 +15,11 @@ The following PHP extensions are required by litebans-php but were not found:
pdo_mysql"; + echo "- pdo_mysql
"; } $phpini = php_ini_loaded_file(); - echo "
These extensions can be enabled in php.ini.

"; + echo "These extensions can be enabled in php.ini.

"; echo "php.ini location: " . $phpini . "
"; ?>