From: Rob H. <for...@us...> - 2002-01-02 20:19:49
|
Update of /cvsroot/sandweb/sandweb/bin In directory usw-pr-cvs1:/tmp/cvs-serv20127/bin Modified Files: sandweb.cgi Log Message: added current location/current filename to top of page. MUCH more usable now. Index: sandweb.cgi =================================================================== RCS file: /cvsroot/sandweb/sandweb/bin/sandweb.cgi,v retrieving revision 1.108 retrieving revision 1.109 diff -U2 -r1.108 -r1.109 --- sandweb.cgi 2001/12/22 22:01:54 1.108 +++ sandweb.cgi 2002/01/02 20:19:46 1.109 @@ -775,4 +775,5 @@ MENU => 'vcs_output', LOCATION => $location, + FILENAME => "@filename", PROGNAME => $progname, FULLPATH => "$users_dir/$username/$location", |