mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-01 10:50: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'));
|
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.'); }
|
} 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