You need to log in via webCafe.
You will be redirected there in 5 seconds, or if your browser does not support redirection, please click the following link:
https://webcafe.wharton.upenn.edu/eRoom
|
include('footer.html');
exit;
}
$cookiebits = explode (" ", $_COOKIE['wcPreAuth']);
$cookie = $cookiebits[0];
$chunks = list($junk0, $section, $junk1, $lastname, $junk2, $application, $junk3, $username, $junk4, $firstname) = split('[&=]', $cookie);
function is_in_array($str, $array) {
return preg_grep('/^' . preg_quote($str, '/') . '$/i', $array);
}
#$section1 = array("FNCE207-001-Spring2006");
#$section2 = array("FNCE728-001-Spring2006");
#$section3 = array("FNCE728-002-Spring2006");
#$usernames = array("wessels", "anthony1", "dittor", "simontai", "ta1");
#if (!is_in_array($section,$section1,$section2,$section3) & !is_in_array($username,$usernames)) {
if (!$application == "dropbox.php") {
include('header.html');
print_r($_COOKIE);
?>
|
?>
?> |
include('footer.html');
exit;
}
?>