Keep query params during redirect to headpage
As discussed in Issue #1454 dokuwiki currently "forgets" additional queryparams when redirecting from devel: to devel:start Example: https://www.dokuwiki.org/devel:?foo=bar should result in https://www.dokuwiki.org/devel:start?foo=bar but actually results in https://www.dokuwiki.org/devel:start This commit fixes that behaviour. Fixes #1454
Please register or sign in to comment