mirror of
https://github.com/voc/streaming-website
synced 2024-11-10 06:34:17 +00:00
pass forceopen on to http/https-url
This commit is contained in:
parent
cfb0b6ce7e
commit
6862b72e52
1 changed files with 2 additions and 2 deletions
|
@ -67,8 +67,8 @@ try {
|
|||
if(startswith('//', @$GLOBALS['CONFIG']['BASEURL']))
|
||||
{
|
||||
$tpl->set(array(
|
||||
'httpsurl' => forceslash(forceslash('https:'.$GLOBALS['CONFIG']['BASEURL']).@$GLOBALS['MANDATOR']).forceslash($route),
|
||||
'httpurl' => forceslash(forceslash('http:'. $GLOBALS['CONFIG']['BASEURL']).@$GLOBALS['MANDATOR']).forceslash($route),
|
||||
'httpsurl' => forceslash(forceslash('https:'.$GLOBALS['CONFIG']['BASEURL']).@$GLOBALS['MANDATOR']).forceslash($route).url_params(),
|
||||
'httpurl' => forceslash(forceslash('http:'. $GLOBALS['CONFIG']['BASEURL']).@$GLOBALS['MANDATOR']).forceslash($route).url_params(),
|
||||
));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue