summaryrefslogtreecommitdiffstats
path: root/shib/api.php
diff options
context:
space:
mode:
Diffstat (limited to 'shib/api.php')
-rw-r--r--shib/api.php1
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');