Module: nagvis Branch: master Commit: 80bf23bb81a4d96cb5076250bd971e445aed75a0 URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis/commit/?id=80bf23bb81a4d96cb5076250bd971e445aed75a0
Author: Roman Kyrylych <[email protected]> Date: Thu Aug 20 18:11:39 2009 +0300 gmap: Removed redundant comments in NagiosService Signed-off-by: Roman Kyrylych <[email protected]> --- share/netmap/NagiosService.php | 6 ------ 1 files changed, 0 insertions(+), 6 deletions(-) diff --git a/share/netmap/NagiosService.php b/share/netmap/NagiosService.php index b659b11..4b4a370 100644 --- a/share/netmap/NagiosService.php +++ b/share/netmap/NagiosService.php @@ -31,16 +31,10 @@ class NagiosService { require_once("../nagvis/includes/defines/global.php"); require_once("../nagvis/includes/defines/matches.php"); - //require("../nagvis/includes/functions/autoload.php"); set_include_path(get_include_path() . PATH_SEPARATOR . realpath(dirname(__FILE__)) . PATH_SEPARATOR . '../nagvis/includes/classes/' - . PATH_SEPARATOR . '../nagvis/includes/classes/' - //. PATH_SEPARATOR . '../nagvis/includes/classes/objects/' - //. PATH_SEPARATOR . '../nagvis/includes/classes/controller/' . PATH_SEPARATOR . '../nagvis/includes/classes/validator/' - //. PATH_SEPARATOR . '../nagvis/includes/classes/httpRequest/' . PATH_SEPARATOR . '../nagvis/includes/classes/frontend/'); - //require("../nagvis/includes/functions/debug.php"); require_once("../nagvis/includes/functions/oldPhpVersionFixes.php"); require_once("../nagvis/includes/functions/getuser.php"); ------------------------------------------------------------------------------ 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
