mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-05 12:48:00 +02:00
BackupPlugin: fixes
This commit is contained in:
@@ -45,7 +45,7 @@
|
||||
|
||||
// Delete backup
|
||||
// -------------------------------------
|
||||
if (Request::get('sub_id') == 'backup' && Request::get('delete_file')) {
|
||||
if (Request::get('id') == 'backup' && Request::get('delete_file')) {
|
||||
|
||||
if (Security::check(Request::get('token'))) {
|
||||
|
||||
|
Reference in New Issue
Block a user