kivitendo/SL/Dispatcher/AuthHandler/None.pm @ 832c2e87
540c0b5e | Moritz Bunkus | package SL::Dispatcher::AuthHandler::None;
|
|
use strict;
|
|||
use parent qw(Rose::Object);
|
|||
sub handle {
|
|||
%::myconfig = ();
|
|||
}
|
|||
1;
|