uawdijnntqw1x1x1
IP : 3.15.160.18
Hostname : axolotl
Kernel : Linux axolotl 4.9.0-13-amd64 #1 SMP Debian 4.9.228-1 (2020-07-05) x86_64
Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,
OS : Linux
PATH:
/
var
/
www
/
axolotl
/
data
/
www
/
arhangelsk.axolotls.ru
/
a537b
/
maillog.php.tar
/
/
var/www/axolotl/data/www/axolotls.ru/www/bitrix/modules/mail/lib/maillog.php000064400000002536147744765440023347 0ustar00<?php namespace Bitrix\Mail; use Bitrix\Main\Entity; use Bitrix\Main\Localization; Localization\Loc::loadMessages(__FILE__); class MailLogTable extends Entity\DataManager { public static function getFilePath() { return __FILE__; } public static function getTableName() { return 'b_mail_log'; } public static function getMap() { return array( 'ID' => array( 'data_type' => 'integer', 'primary' => true, 'autocomplete' => true, ), 'MAILBOX_ID' => array( 'data_type' => 'integer', ), 'FILTER_ID' => array( 'data_type' => 'integer', ), 'MESSAGE_ID' => array( 'data_type' => 'integer', ), 'LOG_TYPE' => array( 'data_type' => 'string', ), 'DATE_INSERT' => array( 'data_type' => 'datetime', 'required' => true, ), 'STATUS_GOOD' => array( 'data_type' => 'boolean', 'values' => array('N', 'Y'), ), 'MESSAGE' => array( 'data_type' => 'string', ), 'MAILBOX' => array( 'data_type' => 'Bitrix\Mail\Mailbox', 'reference' => array('=this.MAILBOX_ID' => 'ref.ID'), ), 'FILTER' => array( 'data_type' => 'Bitrix\Mail\MailFilter', 'reference' => array('=this.FILTER_ID' => 'ref.ID'), ), 'MAIL_MESSAGE' => array( 'data_type' => 'Bitrix\Mail\MailMessage', 'reference' => array('=this.MESSAGE_ID' => 'ref.ID'), ), ); } }
/var/www/axolotl/data/www/arhangelsk.axolotls.ru/a537b/maillog.php.tar