mirror of
https://github.com/voc/streaming-website
synced 2024-11-10 14:44:21 +00:00
ensure CONFIG-Array is always present
This commit is contained in:
parent
0ed383670e
commit
5064346f9b
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
date_default_timezone_set('Europe/Berlin');
|
date_default_timezone_set('Europe/Berlin');
|
||||||
|
$GLOBALS['CONFIG'] = [];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Wenn die Webseite über diese Domain aufgerufen wird,
|
* Wenn die Webseite über diese Domain aufgerufen wird,
|
||||||
|
|
Loading…
Reference in a new issue