Use a dedicated hostname

This commit is contained in:
Samuel Georges 2016-02-12 06:12:48 +11:00
parent 6d8ec9b4dc
commit 87f4cfc91f
1 changed files with 1 additions and 1 deletions

View File

@ -820,7 +820,7 @@ class UpdateManager
*/ */
protected function createServerUrl($uri) protected function createServerUrl($uri)
{ {
$gateway = Config::get('cms.updateServer', 'http://octobercms.com/api'); $gateway = Config::get('cms.updateServer', 'http://gateway.octobercms.com/api');
if (substr($gateway, -1) != '/') { if (substr($gateway, -1) != '/') {
$gateway .= '/'; $gateway .= '/';
} }