projects
/
GitHub
/
Stricted
/
speedport-hybrid-php-api.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aacbbd2
)
remove my test function
author
Stricted
<info@stricted.de>
Mon, 20 Jul 2015 18:42:11 +0000
(20:42 +0200)
committer
Stricted
<info@stricted.de>
Mon, 20 Jul 2015 18:42:11 +0000
(20:42 +0200)
SpeedportHybrid.class.php
patch
|
blob
|
blame
|
history
diff --git
a/SpeedportHybrid.class.php
b/SpeedportHybrid.class.php
index 6793763124d74cd752e6c5732f89ec6337e92383..355950ec3f0b1cf1baa2075cfe1d8600257aaab7 100644
(file)
--- 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
*