fix getLTEInfo()
[GitHub/Stricted/speedport-hybrid-php-api.git] / tests / lteinfo.php
index 4d6fe3507a7f51338afa932e3e1af498ca79efff..04a56a13d1dc953ab829c643603c7658495b3e90 100644 (file)
@@ -1,4 +1,4 @@
 <?php
 require_once('config.php');
-print_r($sp->getInterfaces());
+print_r($sp->getLTEInfo());
 $sp->logout();