672791482b92ed571e2a95da7273421770dda792
[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 ?>