Module: nagvis Branch: master Commit: ae4e3d41f7ff7654c3ad6a1002e900087f27f745 URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis;a=commit;h=ae4e3d41f7ff7654c3ad6a1002e900087f27f745
Author: Lars Michelsen <[email protected]> Date: Sat Oct 9 22:14:36 2010 +0200 #370 html_cgi in context menus is now backend individual again --- share/server/core/classes/NagVisContextMenu.php | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/share/server/core/classes/NagVisContextMenu.php b/share/server/core/classes/NagVisContextMenu.php index 4600bf6..93db919 100644 --- a/share/server/core/classes/NagVisContextMenu.php +++ b/share/server/core/classes/NagVisContextMenu.php @@ -114,10 +114,6 @@ class NagVisContextMenu { $this->code = str_replace('[lang_schedule_downtime]',$this->CORE->getLang()->getText('contextScheduleDowntime'),$this->code); } - if(strpos($this->code,'[html_cgi]') !== FALSE) { - $this->code = str_replace('[html_cgi]',$this->CORE->getMainCfg()->getValue('paths','htmlcgi'),$this->code); - } - if(strpos($this->code,'[html_base]') !== FALSE) { $this->code = str_replace('[html_base]',$this->CORE->getMainCfg()->getValue('paths','htmlbase'),$this->code); } ------------------------------------------------------------------------------ Beautiful is writing same markup. Internet Explorer 9 supports standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. Spend less time writing and rewriting code and more time creating great experiences on the web. Be a part of the beta today. http://p.sf.net/sfu/beautyoftheweb _______________________________________________ Nagvis-checkins mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagvis-checkins
