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