From 40ce30446cfc0a5c11163b1ab63e250b0362cdad Mon Sep 17 00:00:00 2001 From: Catalin Vatra Date: Thu, 25 Jun 2020 07:41:04 +0300 Subject: [PATCH] Allows alphanumeric names for the reflector --- dashboard2/pgs/class.reflector.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard2/pgs/class.reflector.php b/dashboard2/pgs/class.reflector.php index 010c4b0..beb5ae2 100644 --- a/dashboard2/pgs/class.reflector.php +++ b/dashboard2/pgs/class.reflector.php @@ -48,7 +48,7 @@ class xReflector { # $this->ServiceName = null; # return false; # } - +# $this->ReflectorName = "XLX".$this->ServiceName; $LinkedPeersName = "XLX".$this->ServiceName." linked peers";