]> wagnertech.de Git - mfinanz.git/blob - admin.pl
HTML-MenĂ¼ als Standard. Die MenĂ¼variante v3 (CSS) ist nicht mit allen Browsern kompat...
[mfinanz.git] / admin.pl
1 #!/usr/bin/perl
2
3 use strict;
4
5 use SL::Dispatcher;
6
7 SL::Dispatcher::pre_startup();
8 SL::Dispatcher::handle_request('CGI');
9
10 1;