From 459d824cf3ca05160cee1cde2451b410d6cd2770 Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Fri, 06 Jan 2012 06:26:50 -0500 Subject: [PATCH] Fixed: FS#1962 - mail_user mail filters for maildrop not working correctly (or misleading) - Updated russian language file. --- interface/web/admin/lib/module.conf.php | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/interface/web/admin/lib/module.conf.php b/interface/web/admin/lib/module.conf.php index 20fb322..84959d6 100644 --- a/interface/web/admin/lib/module.conf.php +++ b/interface/web/admin/lib/module.conf.php @@ -193,13 +193,13 @@ 'target' => 'content', 'link' => 'admin/remote_action_osupdate.php', 'html_id'=> 'osupdate'); -/* + // ISPConfig interface update has been removed. Please use ispconfig_update.sh on the shell instead. $items[] = array( 'title' => 'Do ISPConfig-Update', 'target' => 'content', 'link' => 'admin/remote_action_ispcupdate.php', 'html_id'=> 'ispcupdate'); -*/ + $module['nav'][] = array( 'title' => 'Remote Actions', 'open' => 1, -- Gitblit v1.9.1