cosmocode / qc

Automatically check the quality of DokuWiki pages
https://www.dokuwiki.org/plugin:qc
GNU General Public License v2.0
9 stars 10 forks source link

fix broken request if DOKU_BASE is '/' #38

Closed micgro42 closed 7 years ago

micgro42 commented 7 years ago

If DOKU_BASE is / then it would result in an URL with leading //, which is interpreted as protocol-relative.

SPR-869