Update Update.php

pull/224/head
Tobias Mädel 2018-11-28 23:21:43 +01:00 zatwierdzone przez GitHub
rodzic fffc58ffac
commit 06028a4018
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 5 dodań i 0 usunięć

Wyświetl plik

@ -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