X-Git-Url: https://git.harvie.cz/?a=blobdiff_plain;f=index.php;h=11bb1ef4faf53c7cbb22a2949581efda04d3bd80;hb=fbf1a4e63bb82818dcebfa9b7a26a71c1c8de17e;hp=db9921d1960afb4b9d6b7f14adb23b29ae01c7fa;hpb=e9f6461f24218e72efea648c5f8c23159ca0f909;p=mirrors%2FSokoMan.git 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 +