Изменил(а) на 'htdocs/public/index.php'
This commit is contained in:
parent
1f8cc5da00
commit
9f1c774717
|
|
@ -140,7 +140,7 @@
|
|||
<?php if (getWebsiteConfig('websocket_url') != null) : ?>
|
||||
var wsServerUrl = "<?php echo getWebsiteConfig('websocket_url'); ?>";
|
||||
<?php else : ?>
|
||||
var wsServerUrl = 'ws://<?php echo $_SERVER['HTTP_HOST']; ?>:9002/ws';
|
||||
var wsServerUrl = 'ws://<?php echo $_SERVER['HTTP_HOST']; ?>:9001/ws';
|
||||
<?php endif; ?>
|
||||
var mapElementId = 'map-container';
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue