mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-07-31 02:10:37 +02:00
#295 Backup plugin: fix notification
This commit is contained in:
@@ -41,6 +41,8 @@ class BackupAdmin extends Backend
|
||||
Notification::set('error', __('Backup was not created', 'backup'));
|
||||
}
|
||||
|
||||
Request::redirect(Option::get('siteurl').'/admin/index.php?id=backup');
|
||||
|
||||
} else { die('Request was denied because it contained an invalid security token. Please refresh the page and try again.'); }
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user