From 77e2ef45f05b8106ebe5400f8931c6e54ec6341b Mon Sep 17 00:00:00 2001 From: redmatrix Date: Tue, 19 May 2015 02:16:12 -0700 Subject: mail_obscure - AES-256 is way too slow, simplify. Ideally a substitution cipher would be adequate for our requirements. --- mod/message.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'mod/message.php') diff --git a/mod/message.php b/mod/message.php index 4a1ff26d1..9cf4b6987 100644 --- a/mod/message.php +++ b/mod/message.php @@ -25,7 +25,6 @@ function message_content(&$a) { $cipher = 'aes256'; - $tpl = get_markup_template('mail_head.tpl'); $header = replace_macros($tpl, array( '$messages' => t('Messages'), @@ -49,7 +48,6 @@ function message_content(&$a) { // private_messages_list() can do other more complicated stuff, for now keep it simple - $r = private_messages_list(local_channel(), '', $a->pager['start'], $a->pager['itemspage']); if(! $r) { -- cgit v1.2.3