Changeset 13684 for trunk/FACT++/www/index.php
- Timestamp:
- 05/13/12 09:47:05 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/www/index.php
r13680 r13684 76 76 77 77 // -------------------------------------------------------------------- 78 /* 78 79 79 if (!isset($_SERVER['PHP_AUTH_USER']) || !isset($_SERVER['PHP_AUTH_PW'])) 80 80 { … … 87 87 if ($rc!="") 88 88 return header('HTTP/1.0 401 '.$rc); 89 */ 89 90 90 // -------------------------------------------------------------------- 91 91 … … 110 110 if (isset($_GET['label'])) 111 111 { 112 $args .= ":".$_GET['label']; 112 if ($_GET['label']>=0) 113 $args .= ":".$_GET['label']; 113 114 unset($_GET['label']); 114 115 }
Note:
See TracChangeset
for help on using the changeset viewer.