5fd15869df
the index.html shows just 2 links : 1 to intranet.html, the other to opac.html. during buildrelease, intranet.html is moved to intranet document root and renamed to index.html, same thing for opac.html with opac documentroot. with this trick, you can have a "cvs" install, and a clean "official" install
12 lines
264 B
HTML
12 lines
264 B
HTML
<html>
|
|
<head>
|
|
<meta http-equiv="refresh" content="0; url=/cgi-bin/koha/opac-main.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>
|