Revision 8cd05ad6
Von Moritz Bunkus vor fast 14 Jahren hinzugefügt
scripts/spawn_oo.pl | ||
---|---|---|
5 | 5 |
push @INC, "modules/fallback"; # Only use our own versions of modules if there's no system version. |
6 | 6 |
} |
7 | 7 |
|
8 |
|
|
8 | 9 |
use DBI; |
9 | 10 |
use Data::Dumper; |
10 | 11 |
|
... | ... | |
13 | 14 |
use SL::Form; |
14 | 15 |
use SL::Template; |
15 | 16 |
|
16 |
$userspath = "users"; |
|
17 |
$templates = "templates"; |
|
18 |
$memberfile = "users/members"; |
|
19 | 17 |
$sendmail = "| /usr/sbin/sendmail -t"; |
20 | 18 |
|
21 | 19 |
$| = 1; |
Auch abrufbar als: Unified diff
Globale Variablen $::userspath, $::templates, $::membersfile nach %::lx_office_conf verschoben