0ce88a63d68cd973e82026e8b2eda109874b7026
[kivitendo-erp.git] / None.pm
1 package SL::Dispatcher::AuthHandler::None;
2
3 use strict;
4
5 use parent qw(Rose::Object);
6
7 sub handle {
8   %::myconfig = ();
9 }
10
11 1;