Historie eingefügt
[kivitendo-erp.git] / kopf.pl
1 #!/usr/bin/perl
2 #
3
4 use SL::LXDebug;
5 $lxdebug = LXDebug->new();
6
7 use SL::Form;
8 use SL::Locale;
9
10 eval { require "lx-erp.conf"; };
11
12 $form = new Form;
13
14 eval { require("$userspath/$form->{login}.conf"); };
15
16 $locale = new Locale "$myconfig{countrycode}", "kopf";
17
18 eval { require "bin/mozilla/kopf.pl"; };