Реализация ChatMessageDTO.
This commit is contained in:
@@ -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'])) {
|
||||
|
||||
Reference in New Issue
Block a user