mirror of
https://github.com/ShaYmez/xlxd.git
synced 2025-06-14 11:42:24 -04:00
Update class.reflector.php
This commit is contained in:
parent
f3dd52d08a
commit
c22c7f01e6
@ -49,12 +49,6 @@ class xReflector {
|
|||||||
return false;
|
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;
|
$this->ReflectorName = "XLX".$this->ServiceName;
|
||||||
|
|
||||||
$LinkedPeersName = "XLX".$this->ServiceName." linked peers";
|
$LinkedPeersName = "XLX".$this->ServiceName." linked peers";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user