summaryrefslogtreecommitdiffstats
path: root/globe.php
diff options
context:
space:
mode:
Diffstat (limited to 'globe.php')
-rw-r--r--globe.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/globe.php b/globe.php
index 2764b4f..05d2e39 100644
--- a/globe.php
+++ b/globe.php
@@ -7,7 +7,7 @@ if (!session_id())
//Database login:
//include_once 'db.inc.php';
-//!! CONFIRM THIS DOMAIN BEFORE TRANSFER
+//TODO: CONFIRM THIS DOMAIN BEFORE TRANSFER
//$mydomain = "http://www.mazetd.4xg.net/";
$mydomain = "http://www.pathery.com/";
@@ -113,7 +113,7 @@ Function DoLogin($Username, $Password, $RememberMe = False, $EN = False) {
Function CheckAuth($page) {
- //!!
+ //TODO:
if ($_SESSION['Accepted'] == 1) {
return true;
} else {
@@ -123,7 +123,7 @@ Function CheckAuth($page) {
}
}
-//!! Contains domain !!
+//TODO: Contains domain !!
Function DoRedirect($message = "Thanks", $to = "http://www.pathery.com/", $duration = "3") {
$to=(is_null($to)?'http://www.pathery.com/':$to);