This commit is contained in:
HB9HIL
2025-01-03 19:26:01 +01:00
parent c35a03b4bd
commit 42d0062fcc

View File

@@ -206,7 +206,7 @@ class Update extends CI_Controller {
$this->migration->latest();
// Download latest file.
$url = "https://cdn.clublog.rg/cty.php?api=608df94896cb9c5421ae748235492b43815610c9";
$url = "https://cdn.clublog.org/cty.php?api=608df94896cb9c5421ae748235492b43815610c9";
$gz = gzopen($url, 'r');
if ($gz === FALSE) {