summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Davison <snapwilliam@gmail.com>2013-03-12 20:10:28 -0700
committerPatrick Davison <snapwilliam@gmail.com>2013-03-12 20:10:28 -0700
commit247e7df7abf9fdd9b4bad6653cb8c17a9ea9e6e4 (patch)
tree96931fa9bec5b29243d6bf80be49f469d2b8108a
parentd79daf7706dd988fbf4ca09368af2a92cb8d1590 (diff)
downloadpathery-247e7df7abf9fdd9b4bad6653cb8c17a9ea9e6e4.tar.xz
Login issue fix.
-rw-r--r--pages/login.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/login.php b/pages/login.php
index f3510c0..f8a5ba7 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'";