02d06dd383
as koha-tmpl is declared as DocumentRoot, we need this html page to redirect koha to mainpage.pl
12 lines
259 B
HTML
12 lines
259 B
HTML
<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>
|