Home
last modified time | relevance | path

Searched hist:"9 dc53973704d379acf43ab39a472f6cfb0226b36" (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/inc/
H A Dpageutils.php9dc53973704d379acf43ab39a472f6cfb0226b36 Wed May 25 15:02:01 UTC 2016 Michael Grosse <grosse@cosmocode.de> 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