summaryrefslogtreecommitdiffstats
path: root/admin/purgecache.php
Commit message (Collapse)AuthorAgeFilesLines
* Move public resources under public/ directoryrdalverny2022-01-221-24/+0
| | | | | | | | | | | | | | Existing setups need to update their server config to point (or link to) public/ directory instead of the root of the code repo. Configuration (and password) location also changes from custom/ and admin/inc to custom/config/. That way, config and code library move out of the publicly served file tree. Apart from the change of the web root, config should be migrated seamlessly.
* Fix warningsRomain d'Alverny2022-01-111-2/+3
|
* Install code QA helpers, enforce PSR2Romain d'Alverny2022-01-111-2/+2
| | | | Installs phpcs, phpmd, parallel-lint, phpstan.
* Clean codenashe2015-08-111-2/+2
| | | | Replace dirname(__FILE__) by __DIR__.
* Fix class autoloadingnashe2015-08-111-4/+6
| | | | | | | Made some mistakes with my last PR: I tested that everything were working, but on the wrong branch. This commit fixes all the autoloading error that were left.
* Initial commitMaurice Svay2010-02-161-0/+21