selectable templates for auth
This commit is contained in:
parent
2a1db10c8b
commit
ac877443ed
8 changed files with 122 additions and 19 deletions
|
|
@ -561,6 +561,10 @@ Renders self->view based upon current style, subject to timeouts. Returns Privil
|
|||
sub www_view {
|
||||
my $self = shift;
|
||||
return WebGUI::Privilege::noAccess() unless $self->canView;
|
||||
if ($self->get("encryptPage") && $session{env}{HTTPS} ne "on") {
|
||||
WebGUI::HTTP::setRedirect($self->getUrl);
|
||||
return "";
|
||||
}
|
||||
$self->logView();
|
||||
my $cache;
|
||||
my $output;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue