1 use vars qw($userspath $spool $memberfile $templates $sendmail $language $sid $latex $eur $webdav $lizenzen $jscalendar);
3 # path to user configuration files
6 # spool directory for batch printing
9 # templates base directory
10 $templates = "templates";
13 $memberfile = "users/members";
15 # Wenn nicht Bilanzierung dann auf 1 setzen
18 # location of sendmail
19 $sendmail = "| /usr/sbin/sendmail -t";
21 # set language for login and admin
26 $ENV{"ORACLE_HOME"} = "/usr/local/oracle";
28 # if you have latex installed set to 1
31 # if the server can't find gzip, latex, dvips or pdflatex, add the path
32 $ENV{PATH} .= ":/usr/local/bin";
34 # on mac os X using Fink's Perl libs, add the path
35 $ENV{PERL5LIB} .= ":/sw/lib/perl5";
37 # Aktivierung der verschiedenen Spezialmodule
44 # Globale Debug-Ausgaben (de-)aktivieren? Moegliche Werte sind
45 # LXDebug::NONE, LXDebug::INFO, LXDebug::DEBUG1 und LXDebug::DEBUG2
46 $LXDebug::global_level = LXDebug::NONE;
47 $LXDebug::global_trace_subs = 0;