Commit e6a8456b50caa8204f636b95befa595c70118eab

Authored by Neil Blakey-Milner
1 parent 5726e327

Add default.htm files for IIS to use.


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3317 c91229c3-7414-0410-bfa2-8a42b809f60b
default.htm 0 → 100644
  1 +<html>
  2 +<head>
  3 +<meta http-equiv="refresh" content="0; url=control.php"/>
  4 +</head>
  5 +</html>
... ...
setup/default.htm 0 → 100644
  1 +<html>
  2 +<head>
  3 +<meta http-equiv="refresh" content="0; url=index.php"/>
  4 +</head>
  5 +<body>
  6 +<p>You should automatically be redirected to another page. If you are
  7 +not, choose <a href="index.php">this link</a>.</p>
  8 +
  9 +<p>If you receive an error on that page, your web server is not set up
  10 +to serve PHP applications. Consult the docs/INSTALL.txt file that came
  11 +with KnowledgeTree for more information.</p>
  12 +</body>
  13 +</html>
... ...