X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDispatcher%2FAuthHandler%2FNone.pm;h=255740d2d504456087233996c49f348d8beea1aa;hb=8abdaf4026ee63628e524146ded609df44fc92af;hp=0ce88a63d68cd973e82026e8b2eda109874b7026;hpb=540c0b5e9a38158e6f7a6efacd20b2477efad7ac;p=kivitendo-erp.git diff --git a/SL/Dispatcher/AuthHandler/None.pm b/SL/Dispatcher/AuthHandler/None.pm index 0ce88a63d..255740d2d 100644 --- a/SL/Dispatcher/AuthHandler/None.pm +++ b/SL/Dispatcher/AuthHandler/None.pm @@ -6,6 +6,7 @@ use parent qw(Rose::Object); sub handle { %::myconfig = (); + return 1; } 1;