various stuff
[PHPIPManager.git] / www / index.php
index f8a86e6..a477d79 100644 (file)
@@ -1,7 +1,9 @@
 <?php
 
-require_once "../lib.php";
+require_once "../lib/lib.php";
 
-wwwConnector->Go();
+$wwwConnector = new www();
+global $wwwConnector;
+$wwwConnector->Go();
 
 ?>