if (((access_status = ap_run_auth_checker(r)) != 0)
|| !ap_auth_type(r)) {
return decl_die(access_status, ap_auth_type(r)
- ? "check access. "Check your 'Require' directive"
+ ? "check access. Check your 'Require' directive"
: "perform authentication. AuthType not set!",
r);
}
if (((access_status = ap_run_auth_checker(r)) != 0)
|| !ap_auth_type(r)) {
return decl_die(access_status, ap_auth_type(r)
- ? "check access. "Check your 'Require' directive"
+ ? "check access. Check your 'Require' directive"
: "perform authentication. AuthType not set!",
r);
}