/[cvs]/joko/doc/.cvs/index.php
ViewVC logotype

Contents of /joko/doc/.cvs/index.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations)
Thu Jan 23 19:10:26 2003 UTC (21 years, 4 months ago) by joko
Branch: MAIN
CVS Tags: old-school, HEAD
+ initial check-in - some infrastructure for 'home2web'

1 <?
2 $target = '.';
3 $filename = '.cvslink';
4 if (file_exists($filename)) {
5 $fh = fopen($filename, 'r');
6 $cvslink = fread($fh, filesize($filename));
7 fclose($fh);
8 //print $cvslink;
9 $target = "http://cvs.netfrag.org$cvslink";
10 }
11 Header("Location: $target");
12 ?>

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed