Renamed AdminPanel to DeltaCMS

lot of changes :p
This commit is contained in:
2019-04-25 17:13:02 +02:00
parent d73566086c
commit e4d320e5e7
45 changed files with 299 additions and 186 deletions

View File

@ -24,7 +24,7 @@
"path": "cache/",
// driver to use with cache
"driver": "\\AdminPanel\\Cache\\FileCache",
"driver": "\\DeltaCMS\\Cache\\FileCache",
"options": {
"ttl": null
}