Commit 85c2508631f98de8948fa198e4f71059842561b4
1 parent
409c60fa
Change the .htaccess warning from red to orange (since it is just a
warning.) git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5750 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
1 deletions
setup/precheckup.php
| ... | ... | @@ -223,7 +223,7 @@ function htaccess() { |
| 223 | 223 | if (array_key_exists('kt_htaccess_worked', $_SERVER)) { |
| 224 | 224 | return '<p><strong><font color="green">Your web server is set up to use the .htaccess files.</font></strong></p>'; |
| 225 | 225 | } |
| 226 | - return '<p><strong><font color="red">Your web server is NOT set up to use the .htaccess files.</font></strong></p>'; | |
| 226 | + return '<p><strong><font color="orange">Your web server is NOT set up to use the .htaccess files.</font></strong></p>'; | |
| 227 | 227 | } |
| 228 | 228 | |
| 229 | 229 | ?> | ... | ... |