nomadjimbob/mikio

Dokuwiki "Stick" version

NoralK opened this issue · 1 comments

Greetings,

When using the stick version of Dokuwiki there is an issue with css.php for both the template and the plugin. In both scenarios strpos is the culprit. When I take

strpos($cssFile, $baseDir) === 0 && 

out of the if statements then all works as expected.

Apologies. The issue is due to directory separators being different on Mac/Linux compared to Windows. I did not account for this when doing path comparatives. I have fixed in the 2021-08-11 release.