Изменил(а) на 'htdocs/public/index.php'

This commit is contained in:
ua1zbe 2023-01-07 22:11:33 +03:00
parent ddb13bf6c6
commit 1f8cc5da00
1 changed files with 1 additions and 1 deletions

View File

@ -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']; ?>:9001/ws';
var wsServerUrl = 'ws://<?php echo $_SERVER['HTTP_HOST']; ?>:9002/ws';
<?php endif; ?>
var mapElementId = 'map-container';