From: Sebastien D. <sde...@us...> - 2005-07-06 06:46:23
|
Update of /cvsroot/tslogparser/tslogparser/admin/modules In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3455 Modified Files: tahi.mod.php Log Message: Fix Index: tahi.mod.php =================================================================== RCS file: /cvsroot/tslogparser/tslogparser/admin/modules/tahi.mod.php,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- tahi.mod.php 5 Jul 2005 09:47:51 -0000 1.5 +++ tahi.mod.php 6 Jul 2005 06:46:09 -0000 1.6 @@ -236,7 +236,7 @@ $text.= "<li>One may need to increase the <b>upload_max_filesize</b>"; $text.= " and <b>post_max_size</b> values in /etc/php.ini.\n"; $text.= "<li>For the HA tests, the TS archive cannot be parsed directly, "; - $text.= "one need to build the INDEX file previously to uploading.\n " + $text.= "one need to build the INDEX file previously to uploading.\n "; $text.= "<li>Tested with :<ul>\n"; $text.= "<li>ct-mipv6-cn-3.1.2.tar.gz ct-mipv6-cn-3.1.5.tar.gz\n"; $text.= "<li>ct-mipv6-ha-3.1.2.tar.gz, ct-mipv6-ha-3.1.4.tar.gz\n"; |