<?PHP
//Filename : rush_man.php
//Description : Administrative area to coordinate rush. Include a rush database (names, numbers, etc) & Calendar of events
//Author : darc
//Last modified : 2006.12.20
include '../includes/auth_ec.php';
include '../includes/db.php';
echo "Nothing here yet, I'm working on it : D";
?>