Skip to content

Commit

Permalink
remove Perl::Maven::Account and some releated files
Browse files Browse the repository at this point in the history
  • Loading branch information
szabgab committed Mar 30, 2024
1 parent 480e17a commit 1bf2f46
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 1,473 deletions.
10 changes: 0 additions & 10 deletions lib/Perl/Maven.pm
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ use Perl::Maven::Page;
use Perl::Maven::Tools;
use Perl::Maven::WebTools
qw(logged_in get_ip mymaven pm_error pm_template read_tt pm_show_abstract pm_show_page authors pm_message pm_user_info);
use Perl::Maven::Account;

prefix '/';

Expand Down Expand Up @@ -729,14 +728,6 @@ get '/tv/atom' => sub {
return atom( 'archive', 'interview' );
};

# temporary solution
get '/verify2/:code' => sub {
return redirect '/pm/verify2/' . param('code');
};
get '/verify/:id/:code' => sub {
return redirect '/pm/verify/' . param('id') . '/' . param('code');
};

get qr{^/(.+)} => sub {
my ($article) = splat;

Expand Down Expand Up @@ -1196,7 +1187,6 @@ sub log_request {

return if is_bot();

#my %SKIP = map { $_ => 1 } qw(/pm/user-info);
#return if $SKIP{$uri};

if ( open my $fh, '>>', $file ) {
Expand Down
Loading

0 comments on commit 1bf2f46

Please sign in to comment.