Commit 282b1468566e662a14c752b114c62f57285c48c6

Authored by Neil Blakey-Milner
1 parent 00bf3de0

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 ?>
... ...