X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/469ca9fc3cac624073270fc3217766dbb7aba253..04cc445814ff8f1cf0ef88f869e646f362ca5d88:/SL/Dispatcher/AuthHandler/None.pm 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;