From: Ian Jackson Date: Thu, 21 Mar 2013 17:09:12 +0000 (+0000) Subject: is_page: remove obsolete hook X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=cgi-auth-flexible.git;a=commitdiff_plain;h=7832fe01e61ba20193a1e526711599a32b62e3cc is_page: remove obsolete hook --- diff --git a/cgi-auth-flexible.pm b/cgi-auth-flexible.pm index ccce71c..f393b3c 100644 --- a/cgi-auth-flexible.pm +++ b/cgi-auth-flexible.pm @@ -454,7 +454,6 @@ sub new_verifier { username_password_error => sub { die }, is_logout => sub { $_[1]->has_a_param('logout_param_names') }, is_loggedout => sub { $_[1]->has_a_param('loggedout_param_names') }, - is_page => sub { return 1 }, handle_divert => sub { return 0 }, do_redirect => \&do_redirect_cgi, # this hook is allowed to throw cookie_path => "/",