Projekt

Allgemein

Profil

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

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"; };