Initial pass of Transaction reports

This commit is contained in:
Tom Bloor 2017-09-29 14:45:44 +01:00
parent 2486c701a5
commit cf2c7dcc4b
6 changed files with 214 additions and 1 deletions

View file

@ -7,7 +7,7 @@ sub under {
if ( $c->is_user_authenticated ) {
return 1 if $c->current_user->is_admin;
}
$c->redirect_to('/');
$c->redirect_to('/admin');
return 0;
}