mirror of
https://github.com/crmeb/CRMEB.git
synced 2025-12-20 17:42:59 +00:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
54082fdcfc
@ -118,9 +118,9 @@ class SystemDatabackup extends AuthController
|
|||||||
{
|
{
|
||||||
$time = strtotime($request->post('time'));
|
$time = strtotime($request->post('time'));
|
||||||
echo $time;
|
echo $time;
|
||||||
//$files = $this->DB->delFile($time);
|
|
||||||
//var_dump($files);
|
|
||||||
|
|
||||||
|
|
||||||
|
//$files = $this->DB->delFile($time);
|
||||||
// return Json::result(0,'sucess',$data,count($data));
|
// return Json::result(0,'sucess',$data,count($data));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
1
doc.md
1
doc.md
@ -1,4 +1,5 @@
|
|||||||
## CRMEB开源文档地址:https://gitee.com/ZhongBangKeJi/CRMEB
|
## CRMEB开源文档地址:https://gitee.com/ZhongBangKeJi/CRMEB
|
||||||
|
|
||||||
## 运行环境
|
## 运行环境
|
||||||
CRMEB可以支持Windows/Unix服务器环境,需要PHP5.5.9以上,Mysql5.1以上版本支持, 可运行于包括Apache、IIS和nginx在内的多种WEB服务器和模式,支持Mysql数据库,引擎用InnoDB;
|
CRMEB可以支持Windows/Unix服务器环境,需要PHP5.5.9以上,Mysql5.1以上版本支持, 可运行于包括Apache、IIS和nginx在内的多种WEB服务器和模式,支持Mysql数据库,引擎用InnoDB;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user