Module: nagvis
Branch: master
Commit: abbc8a6785c50d0a982c54a1c74ac9cfbbc7566f
URL:    
http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis;a=commit;h=abbc8a6785c50d0a982c54a1c74ac9cfbbc7566f

Author: LaMi <[email protected]>
Date:   Tue Mar  9 12:27:19 2010 +0100

Removed includes of removed file

---

 share/frontend/nagvis-js/index.php  |    1 -
 share/frontend/wui/ajax_handler.php |    1 -
 share/frontend/wui/form_handler.php |    1 -
 share/frontend/wui/index.php        |    1 -
 share/netmap/NagVisService.php      |    1 -
 share/netmap/NagiosService.php      |    1 -
 share/netmap/SettingsService.php    |    1 -
 share/server/core/ajax_handler.php  |    1 -
 8 files changed, 0 insertions(+), 8 deletions(-)

diff --git a/share/frontend/nagvis-js/index.php 
b/share/frontend/nagvis-js/index.php
index 4b03672..4d723c5 100644
--- a/share/frontend/nagvis-js/index.php
+++ b/share/frontend/nagvis-js/index.php
@@ -32,7 +32,6 @@ require('defines/nagvis-js.php');
 // Include functions
 require('../../server/core/functions/autoload.php');
 require('../../server/core/functions/debug.php');
-require("../../server/core/functions/getuser.php");
 require('../../server/core/functions/oldPhpVersionFixes.php');
 
 // This defines whether the GlobalMessage prints HTML or ajax error messages
diff --git a/share/frontend/wui/ajax_handler.php 
b/share/frontend/wui/ajax_handler.php
index 643cb69..eeaed3f 100644
--- a/share/frontend/wui/ajax_handler.php
+++ b/share/frontend/wui/ajax_handler.php
@@ -36,7 +36,6 @@ require('defines/wui.php');
 // Include functions
 require("../../server/core/functions/autoload.php");
 require("../../server/core/functions/debug.php");
-require("../../server/core/functions/getuser.php");
 require("../../server/core/functions/oldPhpVersionFixes.php");
 
 // This defines wether the GlobalMessage prints HTML or ajax error messages
diff --git a/share/frontend/wui/form_handler.php 
b/share/frontend/wui/form_handler.php
index a13d69d..d05ac64 100644
--- a/share/frontend/wui/form_handler.php
+++ b/share/frontend/wui/form_handler.php
@@ -36,7 +36,6 @@ require('defines/wui.php');
 // Include functions
 require("../../server/core/functions/autoload.php");
 require("../../server/core/functions/debug.php");
-require("../../server/core/functions/getuser.php");
 require("../../server/core/functions/oldPhpVersionFixes.php");
 
 // This defines wether the GlobalMessage prints HTML or ajax error messages
diff --git a/share/frontend/wui/index.php b/share/frontend/wui/index.php
index f9f976c..03fb49f 100644
--- a/share/frontend/wui/index.php
+++ b/share/frontend/wui/index.php
@@ -36,7 +36,6 @@ require('defines/wui.php');
 // Include functions
 require("../../server/core/functions/autoload.php");
 require("../../server/core/functions/debug.php");
-require("../../server/core/functions/getuser.php");
 require("../../server/core/functions/oldPhpVersionFixes.php");
 
 // This defines wether the GlobalMessage prints HTML or ajax error messages
diff --git a/share/netmap/NagVisService.php b/share/netmap/NagVisService.php
index d05ed80..6d9ad49 100644
--- a/share/netmap/NagVisService.php
+++ b/share/netmap/NagVisService.php
@@ -34,7 +34,6 @@ class NagVisService
                        . PATH_SEPARATOR . INCLUDE_PATH . 'classes/validator/'
                        . PATH_SEPARATOR . INCLUDE_PATH . 'classes/frontend/');
                require_once(INCLUDE_PATH . 'functions/oldPhpVersionFixes.php');
-               require_once(INCLUDE_PATH . 'functions/getuser.php');
 
                $this->CORE = new GlobalCore();
                $this->CORE->getMainCfg()->setRuntimeValue('user', getUser());
diff --git a/share/netmap/NagiosService.php b/share/netmap/NagiosService.php
index 7efec82..8ca47b4 100644
--- a/share/netmap/NagiosService.php
+++ b/share/netmap/NagiosService.php
@@ -36,7 +36,6 @@ class NagiosService
                        . PATH_SEPARATOR . INCLUDE_PATH . 'classes/validator/'
                        . PATH_SEPARATOR . INCLUDE_PATH . 'classes/frontend/');
                require_once(INCLUDE_PATH . 'functions/oldPhpVersionFixes.php');
-               require_once(INCLUDE_PATH . 'functions/getuser.php');
 
 
                $this->CORE = new GlobalCore();
diff --git a/share/netmap/SettingsService.php b/share/netmap/SettingsService.php
index 0e332d1..d7717aa 100644
--- a/share/netmap/SettingsService.php
+++ b/share/netmap/SettingsService.php
@@ -42,7 +42,6 @@ class SettingsService
                        . PATH_SEPARATOR . INCLUDE_PATH . 'classes/validator/'
                        . PATH_SEPARATOR . INCLUDE_PATH . 'classes/frontend/');
                require_once(INCLUDE_PATH . 'functions/oldPhpVersionFixes.php');
-               require_once(INCLUDE_PATH . 'functions/getuser.php');
 
                $CORE = new GlobalCore();
                $CORE->getMainCfg()->setRuntimeValue('user', getUser());
diff --git a/share/server/core/ajax_handler.php 
b/share/server/core/ajax_handler.php
index e3a88ab..77e8849 100644
--- a/share/server/core/ajax_handler.php
+++ b/share/server/core/ajax_handler.php
@@ -29,7 +29,6 @@ require('../../server/core/defines/matches.php');
 // Include functions
 require('../../server/core/functions/autoload.php');
 require('../../server/core/functions/debug.php');
-require("../../server/core/functions/getuser.php");
 require('../../server/core/functions/oldPhpVersionFixes.php');
 require('../../server/core/functions/ajaxErrorHandler.php');
 


------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Nagvis-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nagvis-checkins

Reply via email to