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."; } ?>