Module: nagvis Branch: master Commit: 6c4df4e26954b2730ecf1fc5d87fa7dd14e6ccf3 URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis;a=commit;h=6c4df4e26954b2730ecf1fc5d87fa7dd14e6ccf3
Author: LaMi <[email protected]> Date: Tue Apr 6 23:14:55 2010 +0200 Removed some deprecated comments --- share/server/core/classes/CoreUriHandler.php | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/share/server/core/classes/CoreUriHandler.php b/share/server/core/classes/CoreUriHandler.php index a97461f..f2744fc 100644 --- a/share/server/core/classes/CoreUriHandler.php +++ b/share/server/core/classes/CoreUriHandler.php @@ -109,8 +109,6 @@ class CoreUriHandler { $bValid = false; } } - } else { - // FIXME: Dev notice: Value gets not validated } if($bValid) { @@ -122,7 +120,7 @@ class CoreUriHandler { } private function parseUri() { - //FIXME: Maybe for later use when using nice urls + // Maybe for later use when using nice urls // Cleanup some bad things from the URI //$sRequest = str_replace($this->CORE->getMainCfg()->getValue('paths','htmlbase'), '', $this->sRequestUri); // Remove the first slash and then explode by slashes ------------------------------------------------------------------------------ Download Intel® 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
