Update Update.php
这个提交包含在:
父节点
fffc58ffac
当前提交
06028a4018
共有 1 个文件被更改,包括 5 次插入 和 0 次删除
|
|
@ -169,6 +169,11 @@ class Update extends CI_Controller {
|
|||
}
|
||||
gzclose($gz);
|
||||
|
||||
if (!file_exists("./updates/"))
|
||||
{
|
||||
mkdir("./updates");
|
||||
}
|
||||
|
||||
file_put_contents('./updates/cty.xml', $data);
|
||||
|
||||
// Clear the tables, ready for new data
|
||||
|
|
|
|||
正在加载…
在新工单中引用