diff options
Diffstat (limited to 'cgi-bin/profile')
| -rwxr-xr-x | cgi-bin/profile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cgi-bin/profile b/cgi-bin/profile index 93dc089..3342f0c 100755 --- a/cgi-bin/profile +++ b/cgi-bin/profile @@ -44,7 +44,7 @@ sub main } elsif ($input->{username} eq "system") { - $input->{username} = "marc"; + $input->{username} = "jules"; header("profile for $input->{username}"); } elsif (get_uid($input->{username}) == -1) |
