brute-force changed access to $_GET['key'] to use get_array instead
[plewww.git] / planetlab / tags / index.php
index 0f9ba17..1d2b02e 100644 (file)
@@ -5,7 +5,7 @@
 // Require login
 require_once 'plc_login.php';
 
-if ($_GET['id']) require ('tag.php') ;
+if (get_array($_GET, 'id')) require ('tag.php') ;
 else             require ('tags.php');
 
 ?>