diff options
Diffstat (limited to 'shib/api.php')
-rw-r--r-- | shib/api.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shib/api.php b/shib/api.php index eec1e3d..a05c301 100644 --- a/shib/api.php +++ b/shib/api.php @@ -19,6 +19,7 @@ spl_autoload_register(function ($class) require_once $file; }); +// DMSD login via web $response = ShibAuth::login(); Header('Content-Type: text/plain; charset=utf-8'); |