Revision cef37ab0
Von Moritz Bunkus vor mehr als 17 Jahren hinzugefügt
SL/User.pm | ||
---|---|---|
1030 | 1030 |
|
1031 | 1031 |
@config = config_vars(); |
1032 | 1032 |
|
1033 |
my $userspath = $main::userspath; |
|
1034 |
|
|
1033 | 1035 |
open(CONF, ">", "$userspath/$self->{login}.conf") || $self->error("$userspath/$self->{login}.conf : $!"); |
1034 | 1036 |
|
1035 | 1037 |
# create the config file |
Auch abrufbar als: Unified diff
$userspath kommt aus dem globalen Namensraum. Ging mit dem letzten Commit kaputt. Fix für Bug 650.