diff options
Diffstat (limited to 'globe.php')
-rw-r--r-- | globe.php | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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);
|