mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-03 19:57:57 +02:00
Backup Plugin: small improvments
This commit is contained in:
@@ -46,7 +46,7 @@
|
||||
// Download backup
|
||||
// -------------------------------------
|
||||
if (Request::get('download')) {
|
||||
File::download('../backups/'.Request::get('download'));
|
||||
File::download($backups_path . DS . Request::get('download'));
|
||||
}
|
||||
|
||||
// Get backup list
|
||||
|
Reference in New Issue
Block a user