From 708fe509782b7dd7fa1afdbcd0157c51fb22c650 Mon Sep 17 00:00:00 2001 From: ftimme <ft@falkotimme.com> Date: Tue, 10 Jan 2012 04:45:31 -0500 Subject: [PATCH] - Added an alias "/awstats-icon" for /usr/share/awstats/icon to the nginx vhost template so that images are displayed in the AWStats statistics on nginx. --- interface/web/admin/lib/module.conf.php | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/interface/web/admin/lib/module.conf.php b/interface/web/admin/lib/module.conf.php index 4a0b48e..84959d6 100644 --- a/interface/web/admin/lib/module.conf.php +++ b/interface/web/admin/lib/module.conf.php @@ -194,11 +194,13 @@ '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, 'items' => $items); -- Gitblit v1.9.1