Lots of changes
[PHPIPManager.git] / www / index.php
index f8a86e6..353a053 100644 (file)
@@ -1,7 +1,8 @@
 <?php
 
-require_once "../lib.php";
+require_once "../lib/lib.php";
 
-wwwConnector->Go();
+$wwwConnector = new www();
+$wwwConnector->Go();
 
 ?>