From 920bc4621bc8f6f44e5222aabce57860a8e95b54 Mon Sep 17 00:00:00 2001 From: ruan <2369127-ruany@users.noreply.gitlab.com> Date: Sat, 10 Oct 2020 08:38:56 +0200 Subject: [PATCH] Fix layout of missing-extensions.php --- error/missing-extensions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 . "
"; ?>