summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--globe.php2
-rw-r--r--pages/login.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/globe.php b/globe.php
index 2e75a9a..dda0fd2 100644
--- a/globe.php
+++ b/globe.php
@@ -9,7 +9,7 @@ if (!session_id())
//TODO: CONFIRM THIS DOMAIN BEFORE TRANSFER
//$mydomain = "http://www.mazetd.4xg.net/";
-$mydomain = "http://www.pathery.com/";
+$mydomain = "http://www.blue.4xg.net/";
function LogError($error) {
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'";