Projekt

Allgemein

Profil

Herunterladen (335 Bytes) Statistiken
| Zweig: | Markierung: | Revision:
4dbb0995 Moritz Bunkus
#!/usr/bin/perl
#

3f65b4fb Moritz Bunkus
BEGIN {
push(@INC, "modules");
}

4dbb0995 Moritz Bunkus
use SL::LXDebug;
$lxdebug = LXDebug->new();

use SL::Form;
ce1ee6bf Moritz Bunkus
use SL::Locale;
4dbb0995 Moritz Bunkus
eval { require "lx-erp.conf"; };

$form = new Form;

eval { require("$userspath/$form->{login}.conf"); };

$locale = new Locale "$myconfig{countrycode}", "kopf";

eval { require "bin/mozilla/kopf.pl"; };