mirror of
https://github.com/PhyreApps/PhyrePanel.git
synced 2024-11-22 07:30:25 +00:00
Update MicroweberBackupConfig.php
This commit is contained in:
parent
6a7bdd523e
commit
e9570ef332
1 changed files with 5 additions and 5 deletions
|
@ -8,11 +8,11 @@ class MicroweberBackupConfig extends BackupConfigBase
|
||||||
{
|
{
|
||||||
public array $excludePaths = [
|
public array $excludePaths = [
|
||||||
|
|
||||||
'/public_html/storage/framework/cache/',
|
'public_html/storage/framework/cache/',
|
||||||
'/public_html/storage/framework/views/',
|
'public_html/storage/framework/views/',
|
||||||
'/public_html/userfiles/cache/',
|
'public_html/userfiles/cache/',
|
||||||
'/public_html/userfiles/media/thumbnails/',
|
'public_html/userfiles/media/thumbnails/',
|
||||||
'/public_html/storage/framework/sessions/',
|
'public_html/storage/framework/sessions/',
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue