数据库备份

This commit is contained in:
sugar1569 2018-09-25 19:43:23 +08:00
parent 1c985b1f50
commit aea7f34b70

View File

@ -120,7 +120,6 @@ class SystemDatabackup extends AuthController
{
$part = $request->post('part')?:null;
$start = $request->post('start')==0?0:null;
var_dump($request->post('start'));
$time = strtotime($request->post('time'));
$db = $this->DB;
if(is_numeric($time) && is_null($part) && is_null($start)){