1
0
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:
Sergey Romaneko
2012-09-27 13:27:41 +03:00
parent e6073ff629
commit e513838b68

View File

@@ -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