kopia lustrzana https://github.com/magicbug/Cloudlog
Update Update.php
rodzic
fffc58ffac
commit
06028a4018
|
|
@ -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
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue