brute-force changed access to $_GET['key'] to use get_array instead
[plewww.git] / planetlab / nodes / test.php
index 8d6ca59..6327eb8 100644 (file)
@@ -1,13 +1,13 @@
 <?php
 
-// $Id: test.php 152 2007-03-28 13:26:00Z thierry $
+// $Id$
 
 // Get session and API handles
 require_once 'plc_session.php';
 global $plc, $api, $adm;
 
 // input 
-$input = strtolower( $_GET['input'] );
+$input = strtolower( get_array($_GET, 'input') );
 $len = strlen($input);
 
 // init result