mirror of
https://github.com/crmeb/CRMEB.git
synced 2025-12-30 15:50:24 +00:00
数据库备份
This commit is contained in:
parent
0e25a16a2f
commit
efca18a1d0
@ -117,6 +117,7 @@ class SystemDatabackup extends AuthController
|
||||
public function delFile(Request $request = null)
|
||||
{
|
||||
$time = strtotime($request->post('time'));
|
||||
echo $time;
|
||||
$files = $this->DB->delFile($time);
|
||||
var_dump($files);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user