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

Author: Lars Michelsen <[email protected]>
Date:   Fri Sep  4 16:27:09 2009 +0200

#17 modified redirect files to new directory structure

---

 share/config.php |    4 ++--
 share/index.php  |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/share/config.php b/share/config.php
index 286f364..873a1b9 100644
--- a/share/config.php
+++ b/share/config.php
@@ -25,5 +25,5 @@
 header("Location: ".((isset($_SERVER["HTTPS"])) ? 'https://': 'http://') . 
$_SERVER['HTTP_HOST'] 
        . ((isset($_SERVER['SERVER_PORT']) && $_SERVER['SERVER_PORT'] != '80') 
? ':'.$_SERVER['SERVER_PORT']: '')
        . rtrim(dirname($_SERVER['PHP_SELF']), '/\\')
-    . "/wui/index.php".(($_SERVER["QUERY_STRING"] != '') ? 
'?':'').$_SERVER["QUERY_STRING"]);
-?>
\ No newline at end of file
+    . "/frontend/wui/index.php".(($_SERVER["QUERY_STRING"] != '') ? 
'?':'').$_SERVER["QUERY_STRING"]);
+?>
diff --git a/share/index.php b/share/index.php
index 8f9fc25..e687c22 100644
--- a/share/index.php
+++ b/share/index.php
@@ -25,5 +25,5 @@
 header("Location: ". ((isset($_SERVER["HTTPS"])) ? 'https://': 'http://') . 
$_SERVER['HTTP_HOST'] 
        . ((isset($_SERVER['SERVER_PORT']) && $_SERVER['SERVER_PORT'] != '80') 
? ':'.$_SERVER['SERVER_PORT']: '')
        . rtrim(dirname($_SERVER['PHP_SELF']), '/\\')
-    . "/nagvis/index.php".(($_SERVER["QUERY_STRING"] != '') ? 
'?':'').$_SERVER["QUERY_STRING"]);
-?>
\ No newline at end of file
+    . "/frontend/nagvis-js/index.php".(($_SERVER["QUERY_STRING"] != '') ? 
'?':'').$_SERVER["QUERY_STRING"]);
+?>


------------------------------------------------------------------------------
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

Reply via email to