mirror of
https://github.com/voc/streaming-website
synced 2024-11-10 14:44:21 +00:00
disable special baseurl for preview-domain (keep an an example)
This commit is contained in:
parent
40bf3b71ce
commit
8938f2d6c5
1 changed files with 5 additions and 5 deletions
10
config.php
10
config.php
|
@ -23,11 +23,11 @@ if($_SERVER['HTTP_HOST'] = 'localhost')
|
|||
{
|
||||
// keine Konfiguration -> BASEURL wird automatisch erraten
|
||||
}
|
||||
if($_SERVER['HTTP_HOST'] = 'pre.stream.c3voc.de')
|
||||
{
|
||||
// Preview-Domain
|
||||
$GLOBALS['CONFIG']['BASEURL'] = '//pre.stream.c3voc.de/';
|
||||
}
|
||||
// if($_SERVER['HTTP_HOST'] = 'pre.stream.c3voc.de')
|
||||
// {
|
||||
// // Preview-Domain
|
||||
// $GLOBALS['CONFIG']['BASEURL'] = '//pre.stream.c3voc.de/';
|
||||
// }
|
||||
else
|
||||
{
|
||||
// Save Default
|
||||
|
|
Loading…
Reference in a new issue