diff --git a/upload/install/step_3.php b/upload/install/step_3.php index 58d6fe2..247ca1f 100644 --- a/upload/install/step_3.php +++ b/upload/install/step_3.php @@ -131,7 +131,7 @@ $_SESSION['step_3'] = true; - file_get_contents("http://api.webmcr.com/?do=install&domain=".$_SERVER['SERVER_NAME']); + @file_get_contents("http://api.webmcr.com/?do=install&domain=".$_SERVER['SERVER_NAME']); $this->core->notify($this->lng_m['finish'], $this->lng_m['mod_name'], 4, 'install/?mode=settings');