summaryrefslogtreecommitdiffstats
path: root/config/.htaccess
Commit message (Collapse)AuthorAgeFilesLines
* Reference module with `.c`Lukas Reschke2015-01-281-2/+2
| | | | Fixes https://github.com/owncloud/core/issues/13657
* Make files non executableLukas Reschke2014-10-241-0/+0
| | | | There is not much sense in having these files marked executable, we should avoid that.
* if file doesn't exist, check parent folderBjoern Schiessle2014-06-141-0/+0
|
* Preventing access to the config folderLukas Reschke2014-04-241-0/+12
It isn't uncommon that admins create a backup file of the config (i.e. `config.php.bak`) before performing any changes. This would allow everybody to read the backup of the configuration file which contain several secret and critical values. I don't believe this is worth a backport or getting added to the installer. It's just a nice to have. People that create public readable backups of their configuration are the one to blame, not us :-)