session_start();
include_once("config.php");
if(isset($_SESSION["email"]))
{
header("Location: dashboard.php");
}
#require("user.php");
#include "conn.php";
#include "config.php";
#include "user.php";
#include "membership_provider.php";
#var_dump($props);
#echo $props['Database']['host'];
$reason = "";
#phpinfo();
if(isset($_GET['reason']))
{
$reason = $_GET['reason'];
if($reason == 0)
{
$reason = "Invalid login name or password";
}
if($reason == 1)
{
$reason = "Access Denied";
}
if($reason == 2)
{
$reason = "Session Time Out";
}
}
?>
Log in