summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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'";