session_start();
if (session_is_registered("MM"))
{}
else
{
// if session check fails, invoke error handler
header("Location: login.php");
exit();
}
$mmuser = isset($_GET['user']) ? $_GET['user'] : "";
include("../include/dbconfig.php");
$connection = mysql_connect($db_host, $db_user, $db_pass) or die ("Unable to connect!");
mysql_select_db($db_name);
?>
LLC FLUENZ Login
FLUENZ Login Info
Use one of the following usernames and passwords for:
https://online.fluenz.com/#login
IF you keep getting logged off, please change usernames.
|
Usernames
|
Passwords
|
llc01 |
student |
llc02 |
student |
llc03 |
student |
llc04 |
student |
llc05 |
student |
llc06 |
student |
llc07 |
student |
llc08 |
student |
llc09 |
student |
llc10 |
student |
llc11 |
student |
llc12 |
student |
llc13 |
student |
llc14 |
student |
llc15 |
student |
|
|