getRequest(); $resp = $app->getResponse(); // Prevent caching $resp->addHeader("Cache-Control", "no-cache, must-revalidate"); $resp->addHeader("Expires", "Mon, 26 Jul 1997 05:00:00 GMT"); $vb_auth_success = $req->doAuthentication(array('noPublicUsers' => true, "dont_redirect" => true, "no_headers" => true)); // // Dispatch the request // $app->dispatch(true); // // Send output to client // $resp->sendResponse(); $req->close(); ?>