4.1 Beta...ish #12
@ -88,7 +88,7 @@ class UrlGenerator extends RoutingBase {
|
|||||||
}
|
}
|
||||||
$path = implode('/', $path_segments);
|
$path = implode('/', $path_segments);
|
||||||
|
|
||||||
$scheme = (isset($_SERVER['HTTPS'])) ? 'https:' : '';
|
$scheme = (isset($_SERVER['HTTPS'])) ? 'https:' : 'http';
|
||||||
|
|
||||||
return "{$scheme}//{$this->host}/{$path}";
|
return "{$scheme}//{$this->host}/{$path}";
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user