Module: nagvis Branch: master Commit: 464cf72a0b3b20872b047d115b73eb4b6a3af7ba URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis;a=commit;h=464cf72a0b3b20872b047d115b73eb4b6a3af7ba
Author: Lars Michelsen <[email protected]> Date: Fri Jul 16 09:23:56 2010 +0200 LM: Moved version definition to the top (Makes patching of single options easier) --- share/server/core/defines/global.php | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/share/server/core/defines/global.php b/share/server/core/defines/global.php index 30203bc..656c82f 100644 --- a/share/server/core/defines/global.php +++ b/share/server/core/defines/global.php @@ -26,6 +26,9 @@ * @author Lars Michelsen <[email protected]> */ +// NagVis Version +define('CONST_VERSION', '1.5.1'); + // Set PHP error handling to standard level error_reporting(E_ALL ^ E_STRICT); @@ -57,9 +60,6 @@ define('DEBUGLEVEL', 6); // Path to the debug file define('DEBUGFILE', '../../../var/nagvis-debug.log'); -// NagVis Version -define('CONST_VERSION', '1.5.1'); - // Path to the main configuration file define('CONST_MAINCFG', '../../../etc/nagvis.ini.php'); define('CONST_MAINCFG_CACHE', '../../../var/nagvis.ini.php'); ------------------------------------------------------------------------------ This SF.net email is sponsored by Sprint What will you do first with EVO, the first 4G phone? Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first _______________________________________________ Nagvis-checkins mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagvis-checkins
