Commit 16d4e5017f1a8f1b1070cb2466b2f7a3782b0b1b

Authored by nbm
1 parent 6ae759fd

Put a number of lines of comments to help people who don't even have PHP

installed to realise that this is the problem.


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3263 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing 1 changed file with 11 additions and 0 deletions
setup/index.php
1 1 <?php
  2 +# If you are reading this, then your web server is not serving PHP files
  3 +# correctly. Please read the instructions in doc/INSTALL.txt to solve
  4 +# this problem.
  5 +#
  6 +#
  7 +#
  8 +#
  9 +#
  10 +#
  11 +#
  12 +#
2 13 header("Location: precheckup.php");
3 14 ?>
... ...