mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Update Update.php
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user