]> wagnertech.de Git - kivitendo-erp.git/blobdiff - admin.pl
PriceSource: Spalte vor Preis und Rabatt anzeigen.
[kivitendo-erp.git] / admin.pl
index 603d166b2ca7a63d4c7f36408ee3ca41741e849e..433ffe9d3f1980b410a6676484b04a8de41fc6ae 100755 (executable)
--- a/admin.pl
+++ b/admin.pl
@@ -4,7 +4,8 @@ use strict;
 
 use SL::Dispatcher;
 
-SL::Dispatcher::pre_startup();
-SL::Dispatcher::handle_request('CGI');
+our $dispatcher = SL::Dispatcher->new('CGI');
+$dispatcher->pre_startup;
+$dispatcher->handle_request;
 
 1;