mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-06-10 00:27:01 +00:00
dabb7d0224
Signed-off-by: Simon L. <szaimen@e.mail.de>
5 lines
89 B
PHP
5 lines
89 B
PHP
<?php
|
|
$CONFIG = array (
|
|
'serverid' => hexdec(hash('xxh32', gethostname())) & 0x1FF,
|
|
);
|