Реализация ChatMessageDTO.

This commit is contained in:
2023-01-28 04:24:37 +02:00
parent d9ec810f7f
commit 99b90a198b
105 changed files with 11492 additions and 10578 deletions
+1 -7
View File
@@ -11,13 +11,7 @@ require_once('../../_incl_data/class/__db_connect.php');
function e($t)
{
mysql_query(
'INSERT INTO `chat` (`text`,`city`,`to`,`type`,`new`,`time`) VALUES ("core #' . date('d.m.Y') . ' %' . date(
'H:i:s'
) . ' (Критическая ошибка): <b>' . mysql_real_escape_string(
$t
) . '</b>","capitalcity","-NIGHTmare-","6","1","-1")'
);
(new Chat())->debug($t, true);
}
if (isset($_GET['cron_core'])) {