From 1de3d12e7e58fe24ae8cfb6df8f9f64a8b37ac9b Mon Sep 17 00:00:00 2001 From: ruan <2369127-ruany@users.noreply.gitlab.com> Date: Sun, 27 Aug 2023 10:53:58 +0200 Subject: [PATCH] Update error/missing-extensions.php --- error/missing-extensions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/error/missing-extensions.php b/error/missing-extensions.php index fda3224..f7d1f15 100644 --- a/error/missing-extensions.php +++ b/error/missing-extensions.php @@ -27,7 +27,7 @@ echo "
Please ensure that the correct php-intl and php-mysql packages are installed."; echo "
After installation, these extensions can be enabled in php.ini."; echo "

php.ini location: $phpini"; - echo "
Hint: Open php.ini in a text editor, search for ;extension=intl.so and remove the ; character on that line."; + echo "
Hint: Open php.ini in a text editor, search for ;extension=intl and remove the ; character on that line."; } ?>