Update class.reflector.php

This commit is contained in:
LX1IQ 2021-01-18 11:54:28 +01:00 committed by GitHub
parent f3dd52d08a
commit c22c7f01e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 6 deletions

View File

@ -49,12 +49,6 @@ class xReflector {
return false;
}
# $this->ServiceName = substr($this->XMLContent, strpos($this->XMLContent, "<XLX")+4, 3);
# if (!is_numeric($this->ServiceName)) {
# $this->ServiceName = null;
# return false;
# }
#
$this->ReflectorName = "XLX".$this->ServiceName;
$LinkedPeersName = "XLX".$this->ServiceName." linked peers";