summaryrefslogtreecommitdiff
path: root/cgi-bin/profile
diff options
context:
space:
mode:
Diffstat (limited to 'cgi-bin/profile')
-rwxr-xr-xcgi-bin/profile2
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)