brute-force changed access to $_GET['key'] to use get_array instead
[plewww.git] / planetlab / events / index.php
1 <?php
2
3 // $Id$
4
5 // Require login
6 require_once 'plc_login.php';
7
8 // the choser form is expected to set _GET['type'] among other stuff
9 if (get_array($_GET, 'type')) require ('events.php') ;
10 else             require ('events_choser.php');
11
12 ?>