mirror of
https://github.com/crmeb/CRMEB.git
synced 2026-02-14 11:34:02 +00:00
数据库备份
This commit is contained in:
parent
35fd9537ff
commit
1c985b1f50
@ -119,7 +119,7 @@ class SystemDatabackup extends AuthController
|
||||
public function import(Request $request = null)
|
||||
{
|
||||
$part = $request->post('part')?:null;
|
||||
$start = $request->post('start')!=''?0:null;
|
||||
$start = $request->post('start')==0?0:null;
|
||||
var_dump($request->post('start'));
|
||||
$time = strtotime($request->post('time'));
|
||||
$db = $this->DB;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user