server.config.php: fix serverid closing bracket

Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
Simon L.
2026-05-22 10:06:32 +02:00
parent 5a474d92d9
commit dabb7d0224

View File

@@ -1,4 +1,4 @@
<?php
$CONFIG = array (
'serverid' => hexdec(hash('xxh32', gethostname()) & 0x1FF,
'serverid' => hexdec(hash('xxh32', gethostname())) & 0x1FF,
);