diff --git a/upload/install/modules/step_3.php b/upload/install/modules/step_3.php index cc409b8..afad67b 100644 --- a/upload/install/modules/step_3.php +++ b/upload/install/modules/step_3.php @@ -76,7 +76,7 @@ $_SESSION['step_3'] = true; - if(!($api = file_get_contents("http://api.webmcr.com/?do=install&domain=".$_SERVER['SERVER_NAME']))){ /* SUCCESS */ } + if(!($api = file_get_contents("https://api.webmcr.ru/v1.php?do=install&domain=".$_SERVER['SERVER_NAME']))){ /* SUCCESS */ } $this->install->notify($this->lng_m['finish'], $this->lng_m['mod_name'], 'install/?mode=settings'); @@ -89,4 +89,4 @@ } -?> \ No newline at end of file +?>