Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision f6833afc

Von Moritz Bunkus vor mehr als 13 Jahren hinzugefügt

  • ID f6833afc360371b619f842b2ad9de10f4d271be1
  • Vorgänger 61408b80
  • Nachfolger 37b906ba

Konfigurationsabschnittsnamen werden klein geschrieben

Unterschiede anzeigen:

scripts/console
18 18

  
19 19
my $login        = shift || $::lx_office_conf{console}{login}        || 'demo';
20 20
my $history_file =          $::lx_office_conf{console}{history_file} || '/tmp/lxoffice_console_history.log'; # fallback if users is not writable
21
my $debug_file   =          $::lx_office_conf{Console}{log_file}     || '/tmp/lxoffice_console_debug.log';
21
my $debug_file   =          $::lx_office_conf{console}{log_file}     || '/tmp/lxoffice_console_debug.log';
22 22
my $autorun      =          $::lx_office_conf{console}{autorun};
23 23

  
24 24
# will be configed eventually

Auch abrufbar als: Unified diff