Module: nagvis Branch: master Commit: 4d36f02b32adcd270612308734de2404cdb69822 URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis;a=commit;h=4d36f02b32adcd270612308734de2404cdb69822
Author: Lars Michelsen <[email protected]> Date: Sun Oct 11 19:38:26 2009 +0200 Fixed map object links --- share/server/core/classes/GlobalMainCfg.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/share/server/core/classes/GlobalMainCfg.php b/share/server/core/classes/GlobalMainCfg.php index 34e3054..9c05dcd 100644 --- a/share/server/core/classes/GlobalMainCfg.php +++ b/share/server/core/classes/GlobalMainCfg.php @@ -416,7 +416,7 @@ class GlobalMainCfg { 'default' => '_self', 'match' => MATCH_STRING_NO_SPACE), 'mapurl' => Array('must' => 0, - 'default' => '[htmlbase]/index.php?map=[map_name]', + 'default' => '[htmlbase]/index.php?mod=Map&act=view&show=[map_name]', 'match' => MATCH_STRING_URL_EMPTY), 'hosturl' => Array('must' => 0, 'default' => '[htmlcgi]/status.cgi?host=[host_name]', ------------------------------------------------------------------------------ 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
