/[MITgcm]/mitgcm.org/front_content/cmi_redir.php
ViewVC logotype

Diff of /mitgcm.org/front_content/cmi_redir.php

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

--- mitgcm.org/front_content/cmi_redir.php	2004/03/24 23:04:51	1.1
+++ mitgcm.org/front_content/cmi_redir.php	2004/07/29 19:29:03	1.2
@@ -1,7 +1,7 @@
 <?php
 /**
  *
- * $Header: /home/ubuntu/mnt/e9_copy/mitgcm.org/front_content/cmi_redir.php,v 1.1 2004/03/24 23:04:51 edhill Exp $
+ * $Header: /home/ubuntu/mnt/e9_copy/mitgcm.org/front_content/cmi_redir.php,v 1.2 2004/07/29 19:29:03 edhill Exp $
  *
  * Ed Hill
  *
@@ -37,7 +37,7 @@
 }
 closedir($all);
 
-$arr=explode('/',$REQUEST_URI);
+$arr=explode('/',$_SERVER['REQUEST_URI']);
 $url=$code[ $arr[2] ];
 
 if ( strlen($url) > 4 ) {

 

  ViewVC Help
Powered by ViewVC 1.1.22