http://www.atutor.ca/atutor/mantis/view.php?id=2075
authorjoel kronenberg <joel.kronenberg@utoronto.ca>
Thu, 31 Aug 2006 18:23:28 +0000 (18:23 -0000)
committerjoel kronenberg <joel.kronenberg@utoronto.ca>
Thu, 31 Aug 2006 18:23:28 +0000 (18:23 -0000)
docs/include/vitals.inc.php

index f603127..14b5db5 100644 (file)
@@ -104,6 +104,12 @@ unregister_GLOBALS();
        }
 
        if (!isset($_SESSION['course_id']) && !isset($_SESSION['valid_user']) && ($_user_location != 'public')) {
+               if (isset($in_get) && $in_get && (($pos = strpos($_SERVER['PHP_SELF'], 'get.php/')) !== FALSE)) {
+                       $redirect = substr($_SERVER['PHP_SELF'], 0, $pos) . 'login.php';
+                       header('Location: '.$redirect);
+                       exit;
+               }
+
                header('Location: '.$_base_href.'login.php');
                exit;
        }