summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorarun <arun@nubati.net>2006-12-13 18:52:47 +0000
committerarun <arun>2006-12-13 18:52:47 +0000
commitb10b46d1ddab03d006c4d5d5c2a5aa8e90a792c0 (patch)
treebabb9a01d8e89c2804ba26c5496731f070943a46 /index.php
parent198ab37015dbe1f999f149dbd887dcb814202585 (diff)
downloade-DoKo-b10b46d1ddab03d006c4d5d5c2a5aa8e90a792c0.tar.gz
e-DoKo-b10b46d1ddab03d006c4d5d5c2a5aa8e90a792c0.tar.bz2
e-DoKo-b10b46d1ddab03d006c4d5d5c2a5aa8e90a792c0.zip
a bit of cleanup in the layout
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);