summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/index.php b/index.php
index 40920de..990bee7 100644
--- a/index.php
+++ b/index.php
@@ -593,8 +593,7 @@ else if(isset($_REQUEST["me"]))
$zone = return_timezone($offset);
date_default_timezone_set($zone);
- echo "ok. your logged in, now what? :) <br />last login: ";
- echo date("r",$unixtime)."<br />";
+ echo "last login: ".date("r",$unixtime)."<br />";
DB_update_user_timestamp($uid);