You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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
out of the if statements then all works as expected.
The text was updated successfully, but these errors were encountered: