Update of /cvsroot/tslogparser/tslogparser/admin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24151
Modified Files:
index.php
Log Message:
quick fixes
Index: index.php
===================================================================
RCS file: /cvsroot/tslogparser/tslogparser/admin/index.php,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- index.php 14 Jun 2005 13:30:31 -0000 1.15
+++ index.php 14 Nov 2005 13:17:46 -0000 1.16
@@ -180,6 +180,7 @@
}
if (( $_FILES['tsarchive']['type'] != "application/x-gzip-compressed")
&& ($_FILES['tsarchive']['type'] != "application/x-tar")
+ && ($_FILES['tsarchive']['type'] != "application/x-compressed-tar")
&& ($_FILES['tsarchive']['type'] != "application/x-gzip"))
{
echo "<b>You have to supply the testsuite in a tar gzip'd format (got '".htmlentities($_FILES['tsarchive']['type'])."').</b>\n";
|