From: Sebastien D. <sde...@us...> - 2004-12-15 15:28:51
|
Update of /cvsroot/tslogparser/tslogparser In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17803 Modified Files: header.inc.php Log Message: fix link in header.inc.php Index: header.inc.php =================================================================== RCS file: /cvsroot/tslogparser/tslogparser/header.inc.php,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- header.inc.php 29 Nov 2004 14:04:01 -0000 1.1 +++ header.inc.php 15 Dec 2004 15:28:41 -0000 1.2 @@ -28,5 +28,5 @@ <body> <h1 align="center"><?php echo $_PAGE["title"]; ?></h1> <hr width='30%'> - <p>Back to <a href="run-browse.php">browser</a>.</p> + <p>Back to <a href="<?php echo $root; ?>run-browse.php">browser</a>.</p> |