Module: nagvis Branch: master Commit: 53d19faaed215d0009c04a6a6ac96edb2009e1a9 URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis;a=commit;h=53d19faaed215d0009c04a6a6ac96edb2009e1a9
Author: Lars Michelsen <[email protected]> Date: Sun Oct 18 00:09:45 2009 +0200 Fixed map links on overview page --- etc/apache2-nagvis.conf-sample | 2 +- share/server/core/classes/GlobalIndexPage.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/etc/apache2-nagvis.conf-sample b/etc/apache2-nagvis.conf-sample index 921680b..82fd459 100644 --- a/etc/apache2-nagvis.conf-sample +++ b/etc/apache2-nagvis.conf-sample @@ -14,7 +14,7 @@ Alias /nagvis "@NAGVIS_PATH@/share" # Deny from all # Allow from 127.0.0.1 -# Derecated basic auth +# Deprecated basic auth # Commented out in NagVis 1.5 # # AuthName "NagVis Access" diff --git a/share/server/core/classes/GlobalIndexPage.php b/share/server/core/classes/GlobalIndexPage.php index 8fc7a7a..e4e1e81 100644 --- a/share/server/core/classes/GlobalIndexPage.php +++ b/share/server/core/classes/GlobalIndexPage.php @@ -103,7 +103,7 @@ class GlobalIndexPage { $class = ''; $url = ''; - $url = $this->htmlBase.'/index.php?mod=Automap&act=view&show='.$mapName.$this->CORE->MAINCFG->getValue('automap','defaultparams'); + $url = $this->htmlBase.'/index.php?mod=AutoMap&act=view&show='.$mapName.$this->CORE->MAINCFG->getValue('automap','defaultparams'); $summaryOutput = $MAP->MAPOBJ->getSummaryOutput(); } else { @@ -195,7 +195,7 @@ class GlobalIndexPage { $class = ''; $url = ''; - $url = $this->htmlBase.'/index.php?map='.$mapName; + $url = $this->htmlBase.'/index.php?mod=Map&act=view&show='.$mapName; $summaryOutput = $MAP->MAPOBJ->getSummaryOutput(); } else { ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Nagvis-checkins mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagvis-checkins
