Просмотр поста

.
Райский
# Рон4ик (04.04.2014 / 12:41)
КАК УБРАТЬ В ЛИЧНОЙ ПЕРЕПИСКИ (БРАУЗЕР И IP )
Все очень просто
Бери файл mail/include/write.php
кусок кода где то строка 416
$arg = array(
                'header'  => '(' . functions::display_date($row['mtime']) . ')',
                'body'    => $post,
                'sub'     => $subtext,
                'stshide' => 1
            );

И добавь там вот так:
$arg = array(
                'header'  => '(' . functions::display_date($row['mtime']) . ')',
                'body'    => $post,
                'sub'     => $subtext,
                'stshide' => 1,
                'iphide' => 1
            );

кусок 'iphide' => 1
и все