mirror of
https://github.com/crmeb/CRMEB.git
synced 2025-12-20 17:42:59 +00:00
数据库备份
This commit is contained in:
parent
d355826e7f
commit
553ba77b9c
@ -121,7 +121,8 @@ class SystemDatabackup extends AuthController
|
|||||||
$part = null; $start = null;
|
$part = null; $start = null;
|
||||||
$time = strtotime($request->post('feilname'));
|
$time = strtotime($request->post('feilname'));
|
||||||
$db = $this->DB;
|
$db = $this->DB;
|
||||||
if(is_numeric($time) && is_null($part) && is_null($start)){
|
$list=session::get('backup_list');
|
||||||
|
if(is_numeric($time) && is_null($part) && is_null($start) && empty($list)){
|
||||||
$list= $db->getFile('timeverif',$time);
|
$list= $db->getFile('timeverif',$time);
|
||||||
var_dump($list);
|
var_dump($list);
|
||||||
if(is_array($list)){
|
if(is_array($list)){
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user