mirror of
https://github.com/crmeb/CRMEB.git
synced 2025-12-26 04:50:16 +00:00
数据库备份
This commit is contained in:
parent
0f7efe8f87
commit
1a7127fe3f
@ -165,9 +165,7 @@ class SystemDatabackup extends AuthController
|
||||
*/
|
||||
public function downloadFile(Request $request = null)
|
||||
{
|
||||
echo $request->get('feilname');
|
||||
$time = intval($request->get('feilname'));
|
||||
echo $time;
|
||||
$this->DB->downloadFile($time,1);
|
||||
$time = intval($request->param('feilname'));
|
||||
$this->DB->downloadFile($time);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user