From 849ee988cc7ebacb0d670436158534c3a56c0881 Mon Sep 17 00:00:00 2001 From: Stricted Date: Mon, 20 Jul 2015 20:42:11 +0200 Subject: [PATCH] remove my test function --- SpeedportHybrid.class.php | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/SpeedportHybrid.class.php b/SpeedportHybrid.class.php index 6793763..355950e 100644 --- a/SpeedportHybrid.class.php +++ b/SpeedportHybrid.class.php @@ -261,27 +261,6 @@ class SpeedportHybrid { } } - /** - * get the router syslog - * - * @return array - */ - public function test() { - $data = $this->getData('NASLight'); - $data = $this->getValues($data); - print_r($data); - /* - $data = $this->getValues($data); - - if (isset($data['addmessage'])) { - return $data['addmessage']; - } - else { - return array(); - } - */ - } - /** * get the Missed Calls from router * -- 2.20.1