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
1 changed files with 1 additions and 1 deletions

View File

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