From db601a7aefcc1a1cb8fb87b8d1982405bb9a0767 Mon Sep 17 00:00:00 2001 From: kc1awv Date: Tue, 27 Oct 2020 16:25:46 -0400 Subject: [PATCH] more cleanup --- include/class.reflector.php | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/include/class.reflector.php b/include/class.reflector.php index 7ea9da4..8089d7b 100644 --- a/include/class.reflector.php +++ b/include/class.reflector.php @@ -292,6 +292,7 @@ class xReflector { return $out; } + /* public function GetModuleOfNode($Node) { die("FUNCTION DEPRECATED..."); $Node = trim(str_replace(" ", "-", $Node)); @@ -310,6 +311,7 @@ class xReflector { } return $Module; } + */ public function GetCallSignsInModules($Module) { $out = array(); @@ -330,7 +332,8 @@ class xReflector { } return $out; } - + + /* public function SetCallingHome($CallingHomeVariables, $Hash) { if (!isset($CallingHomeVariables['Active'])) { $CallingHomeVariables['Active'] = false; } @@ -363,6 +366,7 @@ class xReflector { public function PushCallingHome() { $CallingHome = @fopen($this->CallingHomeServerURL."?ReflectorName=".$this->ReflectorName."&ReflectorUptime=".$this->ServiceUptime."&ReflectorHash=".$this->CallingHomeHash."&DashboardURL=".$this->CallingHomeDashboardURL."&Country=".urlencode($this->CallingHomeCountry)."&Comment=".urlencode($this->CallingHomeComment)."&OverrideIP=".$this->CallingHomeOverrideIP, "r"); } + */ public function ReadInterlinkFile() { if (file_exists($this->Interlinkfile) && (is_readable($this->Interlinkfile))) { @@ -418,6 +422,7 @@ class xReflector { '; } + /* public function CallHome() { $xml = ' CallingHome'.$this->ReflectorXML.$this->InterlinkXML; @@ -429,6 +434,7 @@ class xReflector { die("CONNECTION FAILED!"); } } + */ public function InterlinkCount() { return count($this->Interlinks);