Update of /cvsroot/tslogparser/web/admin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2930/admin
Modified Files:
index.php
Log Message:
Fix for sf.net config
Index: index.php
===================================================================
RCS file: /cvsroot/tslogparser/web/admin/index.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- index.php 27 Jan 2005 10:37:52 -0000 1.2
+++ index.php 27 Jan 2005 10:47:56 -0000 1.3
@@ -179,6 +179,7 @@
die();
}
if (( $_FILES['tsarchive']['type'] != "application/x-gzip-compressed")
+ && ($_FILES['tsarchive']['type'] != "application/x-tar")
&& ($_FILES['tsarchive']['type'] != "application/x-gzip"))
{
echo "<b>You have to supply the testsuite in a tar gzip'd format.</b>\n";
|