From 58e87deee711447b6d0929242dc25cd7c0af8d49 Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Wed, 04 Jan 2012 11:47:44 -0500 Subject: [PATCH] Added: FS#1955 - Add update instructions for the shell update on the system > update page in ISPConfig --- 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