Revision d8ac0828
Von Moritz Bunkus vor mehr als 11 Jahren hinzugefügt
SL/Controller/Base.pm | ||
---|---|---|
562 | 562 |
future value C<none> (which would require no authentication but is not |
563 | 563 |
yet implemented). |
564 | 564 |
|
565 |
=item C<keep_auth_vars_in_form> |
|
565 |
=item C<keep_auth_vars_in_form %params>
|
|
566 | 566 |
|
567 | 567 |
May be overridden by a controller. If falsish (the default) all form |
568 | 568 |
variables whose name starts with C<{AUTH}> are removed before the |
569 | 569 |
request is routed. Only controllers that handle login requests |
570 | 570 |
themselves should return trueish for this function. |
571 | 571 |
|
572 |
C<$params{action}> contains the action name that the request will be |
|
573 |
dispatched to. |
|
574 |
|
|
572 | 575 |
=item C<controller_name> |
573 | 576 |
|
574 | 577 |
Returns the name of the curernt controller package without the |
Auch abrufbar als: Unified diff
Admin: Teile von admin.pl in neuen Controller Admin verschoben; Mandanten anzeigen