X-Git-Url: http://git.pjr.cc/?p=CBFWR.git;a=blobdiff_plain;f=www%2Findex.php;h=f933c8201a920f05fc7ea02742c3ec449f047089;hp=33f5ab20cf52a87412d40e69790f688a12de13ba;hb=9d42ecae8d0c5139e119af983a5fe65f4b0fe149;hpb=90e37664d8296ebb5f3aae443b44b09f95826e90 diff --git a/www/index.php b/www/index.php index 33f5ab2..f933c82 100644 --- a/www/index.php +++ b/www/index.php @@ -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