Revision ca055619
Von Moritz Bunkus vor fast 12 Jahren hinzugefügt
SL/User.pm | ||
---|---|---|
149 | 149 |
} |
150 | 150 |
|
151 | 151 |
# update the tables |
152 |
if (!open(FH, ">", $::lx_office_conf{paths}->{userspath} . "/nologin")) { |
|
152 |
if (!$::lx_office_conf{debug}->{keep_installation_unlocked} && !open(FH, ">", $::lx_office_conf{paths}->{userspath} . "/nologin")) {
|
|
153 | 153 |
$form->show_generic_error($main::locale->text('A temporary file could not be created. ' . |
154 | 154 |
'Please verify that the directory "#1" is writeable by the webserver.', |
155 | 155 |
$::lx_office_conf{paths}->{userspath}), |
... | ... | |
783 | 783 |
} |
784 | 784 |
|
785 | 785 |
1; |
786 |
|
Auch abrufbar als: Unified diff
Option in [debug], keine 'nologin' zu schreiben