From 85c2508631f98de8948fa198e4f71059842561b4 Mon Sep 17 00:00:00 2001 From: nbm Date: Wed, 26 Jul 2006 09:54:57 +0000 Subject: [PATCH] Change the .htaccess warning from red to orange (since it is just a warning.) --- setup/precheckup.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.

'; } ?> -- libgit2 0.21.4