dokuwiki/inc/Search
movatica 3aa7587497 Fixed inconsistent handling of falsy values on fperm setting
The $conf['fperm'] value was checked in multiple files using different methods.
This can cause permission trouble with restricted environments, i.e. when chmod is forbidden and file permissions are non-default.
Now, all checks use implicit cast to boolean which leads to consistent behaviour.

Also, a misleading variable was renamed in context to better understand one of the checks.
2020-02-18 19:29:53 +01:00
..
Indexer.php Fixed inconsistent handling of falsy values on fperm setting 2020-02-18 19:29:53 +01:00