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

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

Parent Directory Parent Directory | Revision Log Revision Log


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

1 joko 1.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