projects
/
kivitendo-erp.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
und für das javascript menue
[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
9
eval { require "lx-erp.conf"; };
10
11
$form = new Form;
12
13
eval { require("$userspath/$form->{login}.conf"); };
14
15
$locale = new Locale "$myconfig{countrycode}", "kopf";
16
17
eval { require "bin/mozilla/kopf.pl"; };