From: Thomas Mudrunka Date: Fri, 23 Sep 2011 22:20:09 +0000 (+0200) Subject: Do vypisu pridano datum a cas X-Git-Url: https://git.harvie.cz/?a=commitdiff_plain;h=40eef626fb2ba34aeb8cadb1568cc989c41cd4c7;p=mirrors%2FSokoMan.git Do vypisu pridano datum a cas --- diff --git a/index.php b/index.php index db9921d..11bb1ef 100755 --- a/index.php +++ b/index.php @@ -160,12 +160,16 @@ class Sklad_HTML extends HTML { //TODO: Split into few more methods $user_id = htmlspecialchars($user['id']); $user_gid = htmlspecialchars($user['gid']); $user_name = htmlspecialchars($user['name']); + $time = date('r'); //$title = T($title); //TODO $html = $this->head("SōkoMan$title"); $html .= <<SōkoMan$instance$title -
Loged in as $user_name [UID: $user_id; GID: $user_gid]
+
+ Logged in as $user_name [UID: $user_id; GID: $user_gid]
+ Page loaded at $time +