Lines 379-384
sub checkauth {
Link Here
|
379 |
$template->param( login => 1 ); |
379 |
$template->param( login => 1 ); |
380 |
$template->param( loginprompt => 1 ) unless $info{'nopermission'}; |
380 |
$template->param( loginprompt => 1 ) unless $info{'nopermission'}; |
381 |
|
381 |
|
|
|
382 |
if ($info{'invalid_username_or_password'} == 1) { |
383 |
$template->param( 'invalid_username_or_password' => $info{'invalid_username_or_password'}); |
384 |
} |
385 |
|
382 |
$template->param( \%info ); |
386 |
$template->param( \%info ); |
383 |
$cookie = $query->cookie( |
387 |
$cookie = $query->cookie( |
384 |
-name => 'CGISESSID', |
388 |
-name => 'CGISESSID', |
385 |
- |
|
|