Skip to content

Commit

Permalink
just a redirection to main page.
Browse files Browse the repository at this point in the history
as koha-tmpl is declared as DocumentRoot, we need this html page to redirect koha to mainpage.pl
  • Loading branch information
tipaul committed Mar 6, 2003
1 parent 61c02e7 commit 02d06dd
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions koha-tmpl/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<html>
<head>
<meta http-equiv="refresh" content="0; url=/cgi-bin/koha/mainpage.pl">
</head>
<body bgcolor=white>
<table border=0 width=100% height=100%>
<tr><td align=center valign=center>
<img src=/images/kohasplash.jpg>
</td></tr>
</table>
</body>
</html>

0 comments on commit 02d06dd

Please sign in to comment.