Update of /cvsroot/naviserver/website/htdocs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24276/htdocs
Added Files:
index.php
Log Message:
* htdocs/index.php: Add website's main page, which redirects to the
wiki, to cvs.
--- NEW FILE: index.php ---
<?php
header( "Location: http://naviserver.sf.net/wiki/index.php/NaviServer" );
?>
|