The installer uses `README.txt` as a sanity-check to see if the files are in
place. The file was renamed in CRM-19384, so this fixes the sanity-check.
));
// Check that we can identify the root folder successfully
- $this->requireFile($crmPath . CIVICRM_DIRECTORY_SEPARATOR . 'README.txt',
+ $this->requireFile($crmPath . CIVICRM_DIRECTORY_SEPARATOR . 'README.md',
array(
ts("File permissions"),
ts("Does the webserver know where files are stored?"),