Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix config file read by removing dirname() from ROOTDIR
dirname() is not needed here. We also add the INI_SCANNER_TYPED scanner mode to ensure true becomes strictly converted to TRUE. This isn't essential to fix this bug, but it could come in handy if someone accidentally uses strings in the config file.
- Loading branch information