require_once('init.php'); // This needs to match the name on freespace (sec_name) auth_v2('web monitor', 'employee'); if ($_SESSION['ssl_login']['ebingo']) { $auth_section = $_SESSION['ssl_login']['ebingo']; } // Set date of report (last 3 weeks) $dt = new DateTime(); $dt->modify("-3 weeks"); $stPeriod = $dt->format("m-d-Y"); // Include jquery and grid stuff into the head (show menu, use large grid fonts) v2::show_headerJQ(false, true); ?>