1
0
mirror of https://github.com/ShaYmez/xlxd.git synced 2025-06-13 19:32:24 -04:00

Allows alphanumeric names for the reflector

This commit is contained in:
Catalin Vatra 2020-06-25 07:41:04 +03:00 committed by GitHub
parent 257d97c583
commit 40ce30446c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,7 +48,7 @@ class xReflector {
# $this->ServiceName = null;
# return false;
# }
#
$this->ReflectorName = "XLX".$this->ServiceName;
$LinkedPeersName = "XLX".$this->ServiceName." linked peers";