Projekt

Allgemein

Profil

Herunterladen (283 Bytes) Statistiken
| Zweig: | Markierung: | Revision:
#!/usr/bin/perl
#

use SL::LXDebug;
$lxdebug = LXDebug->new();

use SL::Form;

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"; };
(4-4/10)