From 1275f48a10cd41fed218b92bacbbb8af3e15152e Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Mon, 08 Mar 2010 10:02:21 -0500 Subject: [PATCH] Fixed the salt generation algorithm in the password reset function. --- interface/web/mail/lib/module.conf.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/interface/web/mail/lib/module.conf.php b/interface/web/mail/lib/module.conf.php index fb31299..a55acda 100644 --- a/interface/web/mail/lib/module.conf.php +++ b/interface/web/mail/lib/module.conf.php @@ -1,7 +1,7 @@ <?php $module['name'] = 'mail'; -$module['title'] = 'Email'; +$module['title'] = 'top_menu_email'; $module['template'] = 'module.tpl.htm'; $module['startpage'] = 'mail/mail_domain_list.php'; $module['tab_width'] = ''; -- Gitblit v1.9.1