diff options
author | Simon Rettberg | 2024-05-27 15:37:55 +0200 |
---|---|---|
committer | Simon Rettberg | 2024-05-27 15:37:55 +0200 |
commit | 43ddb14693e4a4830f471dd7c90f6257d95b7b29 (patch) | |
tree | 8c960b53e0f7ba1c660d16abf8bf044411b96080 /shib/api.php | |
parent | Merge branch 'master' of git.openslx.org:bwlp/bwlp-webadmin (diff) | |
download | bwlp-webadmin-master.tar.gz bwlp-webadmin-master.tar.xz bwlp-webadmin-master.zip |
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'); |