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
6 lines
No EOL
95 B
HTML
6 lines
No EOL
95 B
HTML
<html>
|
|
<body>
|
|
<a href="intranet.html">Intranet</a>
|
|
<a href="opac.html">OPAC</a>
|
|
</body>
|
|
</html> |