Module: nagvis Branch: master Commit: ce1cad8635055ded52ed17a8f4909c1457a1ed34 URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis;a=commit;h=ce1cad8635055ded52ed17a8f4909c1457a1ed34
Author: Lars Michelsen <[email protected]> Date: Wed Sep 29 22:35:23 2010 +0200 Prep for 1.5.2 release --- share/server/core/defines/global.php | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/share/server/core/defines/global.php b/share/server/core/defines/global.php index 4efa67c..1c3f466 100644 --- a/share/server/core/defines/global.php +++ b/share/server/core/defines/global.php @@ -27,7 +27,7 @@ */ // NagVis Version -define('CONST_VERSION', '1.5.1'); +define('CONST_VERSION', '1.5.2'); // Set PHP error handling to standard level error_reporting(E_ALL ^ E_STRICT); @@ -76,7 +76,7 @@ define('CONST_MAINCFG', '../../../etc/nagvis.ini.php'); define('CONST_MAINCFG_CACHE', '../../../var/nagvis.ini.php'); // Path to "site" main configuration file -define('CONST_MAINCFG_SITE', '../../../etc/nagvis-site.ini.php'); +//define('CONST_MAINCFG_SITE', '../../../etc/nagvis-site.ini.php'); // Needed minimal PHP version define('CONST_NEEDED_PHP_VERSION', '5.0'); ------------------------------------------------------------------------------ Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment and accelerate your shift to cloud computing. http://p.sf.net/sfu/novell-sfdev2dev _______________________________________________ Nagvis-checkins mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagvis-checkins
