summaryrefslogtreecommitdiffstats
path: root/globe.php
diff options
context:
space:
mode:
authorBlueRaja <BlueRaja.admin@gmail.com>2013-05-27 21:02:50 -0500
committerBlueRaja <BlueRaja.admin@gmail.com>2013-05-27 21:02:50 -0500
commit320ac2a760da7044fce412fc416e1f6506abfaf7 (patch)
tree7443b8e8e40f1d57f94725759974af4748c6d202 /globe.php
parenta3908b9dffa6c0d7680734fb819e81b3d8687def (diff)
downloadpathery-320ac2a760da7044fce412fc416e1f6506abfaf7.tar.xz
Moved $mydomain to db.inc
Diffstat (limited to 'globe.php')
-rw-r--r--globe.php10
1 files changed, 1 insertions, 9 deletions
diff --git a/globe.php b/globe.php
index cd3425c..526d306 100644
--- a/globe.php
+++ b/globe.php
@@ -4,15 +4,7 @@ if (!session_id())
session_start();
//session_regenerate_id();
-//Database login:
-//include_once 'sqlEmbedded.php';
-
-//!! CONFIRM THIS DOMAIN BEFORE TRANSFER
-//$mydomain = "http://www.mazetd.4xg.net/";
-//$mydomain = "http://www.blue.4xg.net/
-//$mydomain = "http://www.pathery.com/";
-$mydomain = "http://beta.snapems.com/";
-//include_once('includes/db.inc.php');
+include_once('includes/db.inc.php');
function LogError($error) {