Skip to content
Snippets Groups Projects
Commit da55939e authored by Thijs Kinkhorst's avatar Thijs Kinkhorst
Browse files

Restore accidentally removed redirects to new module

parent 1fb6fece
No related branches found
No related tags found
No related merge requests found
...@@ -22,3 +22,15 @@ core-warning-shortssointerval: ...@@ -22,3 +22,15 @@ core-warning-shortssointerval:
core-post-redirect: core-post-redirect:
path: /postredirect path: /postredirect
defaults: { _controller: 'SimpleSAML\Module\core\Controller\Redirection:postredirect' } defaults: { _controller: 'SimpleSAML\Module\core\Controller\Redirection:postredirect' }
core-legacy-welcome:
path: /frontpage_welcome.php
defaults: { _controller: 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController::urlRedirectAction', path: /admin/, permanent: true }
core-legacy-config:
path: /frontpage_config.php
defaults: { _controller: 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController::urlRedirectAction', path: /admin/, permanent: true }
core-legacy-auth:
path: /frontpage_auth.php
defaults: { _controller: 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController::urlRedirectAction', path: /admin/test, permanent: true }
core-legacy-federation:
path: /frontpage_federation.php
defaults: { _controller: 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController::urlRedirectAction', path: /admin/federation, permanent: true }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment