web pages and shite
[CBFWR.git] / www / index.php
index 33f5ab2..f933c82 100644 (file)
@@ -15,4 +15,9 @@ if(file_exists("../libcbfwr")) {
 // include the based library
 require_once("libcbfwr/lib.php");
 
+error_log("create cbfwweb");
+$webResponder = new CBFWWeb();
+error_log("go");
+$webResponder->go();
+
 ?>
\ No newline at end of file