Revision 4a790730
Von Moritz Bunkus vor fast 14 Jahren hinzugefügt
config/lx-erp.conf | ||
---|---|---|
1 | 1 |
use Cwd; |
2 | 2 |
|
3 |
our qw(
|
|
4 |
$dbcharset $eur $ghostscript_bin $html2ps_bin $language $latex_bin
|
|
5 |
$latex_templates $lizenzen $memberfile $opendocument_templates
|
|
6 |
$openofficeorg_daemon $openofficeorg_daemon_port $openofficeorg_writer_bin
|
|
7 |
$parts_image_css $parts_listing_images $parts_show_image $pg_dump_exe
|
|
8 |
$pg_restore_exe $sendmail $show_best_before $sid $spool $templates
|
|
9 |
$userspath $vertreter $webdav $xvfb_bin
|
|
3 |
our ( |
|
4 |
$dbcharset, $eur, $ghostscript_bin, $html2ps_bin, $language, $latex_bin,
|
|
5 |
$latex_templates, $lizenzen, $memberfile, $opendocument_templates,
|
|
6 |
$openofficeorg_daemon, $openofficeorg_daemon_port, $openofficeorg_writer_bin,
|
|
7 |
$parts_image_css, $parts_listing_images, $parts_show_image, $pg_dump_exe,
|
|
8 |
$pg_restore_exe, $sendmail, $show_best_before, $sid, $spool, $templates,
|
|
9 |
$userspath, $vertreter, $webdav, $xvfb_bin
|
|
10 | 10 |
); |
11 | 11 |
|
12 | 12 |
# path to user configuration files |
Auch abrufbar als: Unified diff
Fehler bei Umstellung von "use vars" auf "our"