X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/7ee061a6a5802170d09bcb46070a3b725d3a8f71..639066d179464ead41625a9a901b165ce9a5eb06:/SL/Auth.pm diff --git a/SL/Auth.pm b/SL/Auth.pm index 116d5de68..04145f2cf 100644 --- a/SL/Auth.pm +++ b/SL/Auth.pm @@ -1309,6 +1309,11 @@ close the database connection. Creating a new database handle on each request can take up to 30% of the pre-request startup time, so we want to avoid that for fast ajax calls. +=item C + +Checks if current user has the C<$right>. If C<$dont_abort> is falsish +the request dies with a access denied error, otherwise returns true or false. + =back =head1 BUGS