Module: nagvis Branch: master Commit: ba59f6d56af36fe1934d668e87bfda8f98c14a3e URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis/nagvis;a=commit;h=ba59f6d56af36fe1934d668e87bfda8f98c14a3e
Author: Lars Michelsen <[email protected]> Date: Tue Sep 8 20:15:33 2009 +0200 #8 Fixed path to backend classes --- 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 0f6e341..da02331 100644 --- a/share/server/core/classes/GlobalMainCfg.php +++ b/share/server/core/classes/GlobalMainCfg.php @@ -740,7 +740,7 @@ class GlobalMainCfg { $this->validConfig['paths']['htmlsharedvar']['default'] = $htmlBase.'/frontend/nagvis-js/var/'; $this->validConfig['paths']['language']['default'] = $base.'share/frontend/nagvis-js/locale'; - $this->validConfig['paths']['class']['default'] = $base.'share/server/core/classes'; + $this->validConfig['paths']['class']['default'] = $base.'share/server/core/classes/'; $this->validConfig['paths']['htmlcss']['default'] = $htmlBase.'/frontend/nagvis-js/css/'; $this->validConfig['paths']['htmljs']['default'] = $htmlBase.'/frontend/nagvis-js/js/'; ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Nagvis-checkins mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagvis-checkins
