diff options
| author | André Noack <noack@data-quest.de> | 2024-12-12 14:52:00 +0000 |
|---|---|---|
| committer | David Siegfried <david.siegfried@uni-vechta.de> | 2024-12-12 14:52:00 +0000 |
| commit | 940d2aaa8638b4e0c764579cb3977e7be527c81f (patch) | |
| tree | 79bd2d7f02359e1bb24931b33513e082f8404a91 /app/controllers/terms.php | |
| parent | 3a2a88172ccbe97aaecf4ea32b97cd07b92dcb11 (diff) | |
StEP 1552 closes #1552
Closes #1552
Merge request studip/studip!1137
Diffstat (limited to 'app/controllers/terms.php')
| -rw-r--r-- | app/controllers/terms.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/terms.php b/app/controllers/terms.php index 679a347..d3a829e 100644 --- a/app/controllers/terms.php +++ b/app/controllers/terms.php @@ -33,7 +33,7 @@ class TermsController extends AuthenticatedController $this->redirectUser(); } else { $_SESSION['logout_ticket'] = get_ticket(); - $this->redirectUser('logout.php'); + $this->redirectUser('dispatch.php/logout'); } } elseif (Request::get('action') === 'denied') { if (trim(Config::get()->TERMS_CONFIG['denial_message'])) { |
