Index: trunk/FACT++/www/index.php
===================================================================
--- trunk/FACT++/www/index.php	(revision 13683)
+++ trunk/FACT++/www/index.php	(revision 13684)
@@ -76,5 +76,5 @@
 
 // --------------------------------------------------------------------
-/*
+
 if (!isset($_SERVER['PHP_AUTH_USER']) || !isset($_SERVER['PHP_AUTH_PW']))
 {
@@ -87,5 +87,5 @@
 if ($rc!="")
     return header('HTTP/1.0 401 '.$rc);
-*/
+
 // --------------------------------------------------------------------
 
@@ -110,5 +110,6 @@
     if (isset($_GET['label']))
     {
-        $args .= ":".$_GET['label'];
+        if ($_GET['label']>=0)
+            $args .= ":".$_GET['label'];
         unset($_GET['label']);
     }
