diff options
author | BlueRaja <BlueRaja.admin@gmail.com> | 2013-03-19 03:25:39 -0500 |
---|---|---|
committer | BlueRaja <BlueRaja.admin@gmail.com> | 2013-03-19 03:25:39 -0500 |
commit | a600bd24aa5272dfd3b9f178ef9e2c81ec0525b9 (patch) | |
tree | c335531ece8c8862b1d968392bca8a9bf9db14e4 /pages/login.php | |
parent | 678fc71504bea870afb213eaca34fd2b321da7d0 (diff) | |
download | pathery-a600bd24aa5272dfd3b9f178ef9e2c81ec0525b9.tar.xz |
Changes for login stuff
Diffstat (limited to 'pages/login.php')
-rw-r--r-- | pages/login.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/login.php b/pages/login.php index f3510c0..bcd3b39 100644 --- a/pages/login.php +++ b/pages/login.php @@ -52,7 +52,7 @@ try { $claimedid = $openid->__get('identity');
//I know just where to put this stuff!
- require './includes/sqlEmbedded.php';
+ include_once('./includes/sqlEmbedded.php');
//Unless I already have this information...
//* Modify this to WHERE `email`
//$sql = "SELECT `ID`, `isAdmin`, `openID`, `displayName` FROM `users` WHERE `email` = '$email'";
|