Revision 7274f9c8
Von Sven Schöling vor etwa 13 Jahren hinzugefügt
SL/User.pm | ||
---|---|---|
150 | 150 |
} |
151 | 151 |
|
152 | 152 |
# update the tables |
153 |
if (!open(FH, ">" . $::lx_office_conf{paths}->{userspath} . "/nologin")) {
|
|
153 |
if (!open(FH, ">", $::lx_office_conf{paths}->{userspath} . "/nologin")) {
|
|
154 | 154 |
$form->show_generic_error($main::locale->text('A temporary file could not be created. ' . |
155 | 155 |
'Please verify that the directory "#1" is writeable by the webserver.', |
156 | 156 |
$::lx_office_conf{paths}->{userspath}), |
Auch abrufbar als: Unified diff
Alle 2-arg open in 3-arg open verwandelt.