From 247e7df7abf9fdd9b4bad6653cb8c17a9ea9e6e4 Mon Sep 17 00:00:00 2001 From: Patrick Davison Date: Tue, 12 Mar 2013 20:10:28 -0700 Subject: Login issue fix. --- pages/login.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'"; -- cgit v1.2.3