just adding some framework
[PHPIPManager.git] / www / index.php
diff --git a/www/index.php b/www/index.php
new file mode 100644 (file)
index 0000000..f8a86e6
--- /dev/null
@@ -0,0 +1,7 @@
+<?php
+
+require_once "../lib.php";
+
+wwwConnector->Go();
+
+?>