Sindbad~EG File Manager

Current Path : /usr/home/beeson/public_html/dynamicgeometry/includes/
Upload File :
Current File : /usr/home/beeson/public_html/dynamicgeometry/includes/redirectguest.php

<? 
/*
	Author: Sang Soo Kim
		This code is available for public use with no legal restriction
*/

session_start(); 
require_once("dbAccess.php");

$sqlStudents = "SELECT  Email, StudentNumber, FirstName FROM Students WHERE Email = 'guest@dynamicgeometry.com';";

$qStudents = Query($sqlStudents);
        
$qStudents->fetchInto($srow);
		
$_SESSION['UserType']='student';
$_SESSION['UID'] = $srow[1];

header("Location: ../index.php?include=start"); 
exit;
?>



<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=euc-kr" />
<title>Untitled Document</title>
</head>

<body>
</body>
</html>

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists