|
|
|
|
@ -56,7 +56,7 @@
|
|
|
|
|
* @var string $QR_CODES_RELATIVE
|
|
|
|
|
* Web-relative path to served QR codes.
|
|
|
|
|
*/
|
|
|
|
|
$QR_CODES_RELATIVE="qr-codes";
|
|
|
|
|
$QR_CODES_RELATIVE="/qr-codes";
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* @var string $ROOM_ICONS_CACHE
|
|
|
|
|
@ -74,7 +74,7 @@
|
|
|
|
|
* @var string $ROOM_ICONS_RELATIVE
|
|
|
|
|
* Web-relative path to served room icons.
|
|
|
|
|
*/
|
|
|
|
|
$ROOM_ICONS_RELATIVE="icons";
|
|
|
|
|
$ROOM_ICONS_RELATIVE="/icons";
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* @var string $LONG_TERM_CACHE_ROOT
|
|
|
|
|
|