--- /Users/sbourget/Downloads/mrbs/web/session_php.php 2008-08-03 08:22:18.000000000 -0400 +++ /Users/sbourget/Sites/moodle19/blocks/mrbs/web/session_php.php 2008-08-17 17:21:07.000000000 -0400 @@ -85,40 +85,10 @@ function printLoginForm($TargetURL) { global $PHP_SELF; -?> -

- -

-
- - - - - - - - - -
-
-
-
-
- - -wantsurl = $TargetURL; + require_login(); } -/* - Target of the form with sets the URL argument "Action=QueryName". - Will eventually return to URL argument "TargetURL=whatever". -*/ -if (isset($Action) && ($Action == "QueryName")) -{ - print_header_mrbs(0, 0, 0, 0); - printLoginForm($TargetURL); - exit(); -} /* authGet() *