X-Git-Url: http://git.pjr.cc/?a=blobdiff_plain;f=www%2Findex.php;h=f933c8201a920f05fc7ea02742c3ec449f047089;hb=17073c349ed870962fddc2789a323c6dbc3dbd26;hp=33f5ab20cf52a87412d40e69790f688a12de13ba;hpb=db4f63e0e2c434ded60cd1fd324be62a2aadcae1;p=CBFWR.git 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