just adding some framework
authorpaulr <me@pjr.cc>
Fri, 10 Sep 2010 00:42:22 +0000 (10:42 +1000)
committerpaulr <me@pjr.cc>
Fri, 10 Sep 2010 00:42:22 +0000 (10:42 +1000)
lib/lib.php [new file with mode: 0644]
www/index.php [new file with mode: 0644]

diff --git a/lib/lib.php b/lib/lib.php
new file mode 100644 (file)
index 0000000..b3d9bbc
--- /dev/null
@@ -0,0 +1 @@
+<?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();
+
+?>