diff --git a/setup/precheckup.php b/setup/precheckup.php index 7a3b91c..a55b691 100644 --- a/setup/precheckup.php +++ b/setup/precheckup.php @@ -223,7 +223,7 @@ function htaccess() { if (array_key_exists('kt_htaccess_worked', $_SERVER)) { return '

Your web server is set up to use the .htaccess files.

'; } - return '

Your web server is NOT set up to use the .htaccess files.

'; + return '

Your web server is NOT set up to use the .htaccess files.

'; } ?>