]> wagnertech.de Git - mfinanz.git/blobdiff - SL/Auth.pm
PriceSource: Doku Update
[mfinanz.git] / SL / Auth.pm
index 116d5de681a640758af862ee443a3e4ee7468e31..04145f2cf1e05be3bba6fa586478899f3cf50bde 100644 (file)
@@ -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<assert, $right, $dont_abort>
+
+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