From e9570ef332fff2c03009055ef0f40112befcc795 Mon Sep 17 00:00:00 2001 From: Bozhidar Date: Thu, 16 May 2024 14:36:13 +0300 Subject: [PATCH] Update MicroweberBackupConfig.php --- web/Modules/Microweber/MicroweberBackupConfig.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/web/Modules/Microweber/MicroweberBackupConfig.php b/web/Modules/Microweber/MicroweberBackupConfig.php index 4b6b26a..91aaf9d 100644 --- a/web/Modules/Microweber/MicroweberBackupConfig.php +++ b/web/Modules/Microweber/MicroweberBackupConfig.php @@ -8,11 +8,11 @@ class MicroweberBackupConfig extends BackupConfigBase { public array $excludePaths = [ - '/public_html/storage/framework/cache/', - '/public_html/storage/framework/views/', - '/public_html/userfiles/cache/', - '/public_html/userfiles/media/thumbnails/', - '/public_html/storage/framework/sessions/', + 'public_html/storage/framework/cache/', + 'public_html/storage/framework/views/', + 'public_html/userfiles/cache/', + 'public_html/userfiles/media/thumbnails/', + 'public_html/storage/framework/sessions/', ];