diff --git a/index.php b/index.php
index 2b6d036..06ea3b1 100755
--- a/index.php
+++ b/index.php
@@ -115,7 +115,7 @@ if (!empty($_SESSION["kod"]) && !empty($_SESSION['listeners']) && !empty($_SESSI
';
if ($stmt7->num_rows > 0){
while ($stmt7->fetch()){
- $chatadm = $chatadm . '
' . $author . ' | ' . $tmstmp . ' GMT | ' . $message . ' | |
' . "\n";
+ $chatadm = $chatadm . '' . $author . ' | ' . $timestamp . ' GMT | ' . $message . ' | |
' . "\n";
}
}
$chatadm = $chatadm . '';
@@ -235,7 +235,7 @@ if (!empty($_GET['chat'])){
$data = "";
if ($stmt10->num_rows() > 0) {
while ($stmt10->fetch()){
- $data = $data . '• ' . $author . ' on ' . date("d.m.Y H:i:s", intval($tmstmp)) . ' GMT said: ' . $msg . "\n";
+ $data = $data . '• ' . $author . ' on ' . $tmstmp . ' GMT said: ' . $msg . "\n";
}
}
echo $data;