mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-04-24 00:57:05 -04:00
5 lines
71 B
PHP
5 lines
71 B
PHP
<?php
|
|
$CONFIG = array (
|
|
'serverid' => crc32(gethostname()) % 512,
|
|
);
|