diff --git a/examples/WiAuth/v2/wi_auth2.cpp b/examples/WiAuth/v2/wi_auth2.cpp index 81117d5d..d0409ecb 100644 --- a/examples/WiAuth/v2/wi_auth2.cpp +++ b/examples/WiAuth/v2/wi_auth2.cpp @@ -28,7 +28,7 @@ extern U_EXPORT void runDynamicPage_wi_auth2(); U_TRACE_NO_PARAM(0, "::runDynamicPage_wi_auth2()") static UHTTP::service_info GET_table[] = { // NB: the table must be ordered alphabetically for binary search... - GET_ENTRY(acceptTermsOfConditionsExpirationList), + GET_ENTRY(acceptTermsOfConditions), GET_ENTRY(acceptTermsOfConditionsRenew), GET_ENTRY(anagrafica), GET_ENTRY(checkCaptive), @@ -41,7 +41,6 @@ extern U_EXPORT void runDynamicPage_wi_auth2(); }; static UHTTP::service_info POST_table[] = { // NB: the table must be ordered alphabetically for binary search... - POST_ENTRY(acceptTermsOfConditions), POST_ENTRY(info), POST_ENTRY(login), POST_ENTRY(notify), diff --git a/examples/WiAuth/v2/wi_auth2.usp b/examples/WiAuth/v2/wi_auth2.usp index 7a8e7486..82723b71 100644 --- a/examples/WiAuth/v2/wi_auth2.usp +++ b/examples/WiAuth/v2/wi_auth2.usp @@ -8,7 +8,7 @@ static void usp_config_wi_auth2(); -->