add some test files
[GitHub/Stricted/speedport-hybrid-php-api.git] / tests / example.config.php
diff --git a/tests/example.config.php b/tests/example.config.php
new file mode 100644 (file)
index 0000000..a59a48d
--- /dev/null
@@ -0,0 +1,5 @@
+<?php
+require_once('../speedport.class.php');
+$password = 'your_router_password';
+$url = 'http://speedport.ip/';
+$sp = new speedport($password, $url);