brute-force changed access to $_GET['key'] to use get_array instead
[plewww.git] / planetlab / slices / test.php
index 7be5879..39f8bf4 100644 (file)
@@ -42,7 +42,7 @@ foreach( $arr as $slices ) {
 }
 
 
-$input = strtolower( $_GET['input'] );
+$input = strtolower( get_array($_GET, 'input') );
 $len = strlen($input);
 
 $aResults = array();