add checkFirmware
[GitHub/Stricted/speedport-hybrid-php-api.git] / tests / checkfirmware.php
diff --git a/tests/checkfirmware.php b/tests/checkfirmware.php
new file mode 100644 (file)
index 0000000..defa44b
--- /dev/null
@@ -0,0 +1,4 @@
+<?php
+require_once('config.php');
+print_r($sp->checkFirmware());
+$sp->logout();