Update Update.php

这个提交包含在:
Tobias Mädel 2018-11-28 23:21:43 +01:00 提交者 GitHub
父节点 fffc58ffac
当前提交 06028a4018
找不到此签名对应的密钥
GPG 密钥 ID: 4AEE18F83AFDEB23

查看文件

@ -169,6 +169,11 @@ class Update extends CI_Controller {
} }
gzclose($gz); gzclose($gz);
if (!file_exists("./updates/"))
{
mkdir("./updates");
}
file_put_contents('./updates/cty.xml', $data); file_put_contents('./updates/cty.xml', $data);
// Clear the tables, ready for new data // Clear the tables, ready for new data