nomadjimbob / mikio

Customizable, Bootstrap 4 inspired template for Dokuwiki
GNU General Public License v2.0
22 stars 6 forks source link

Dokuwiki "Stick" version #33

Closed NoralK closed 2 years ago

NoralK commented 2 years ago

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.

nomadjimbob commented 2 years ago

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.