summaryrefslogtreecommitdiff
path: root/cgi-bin/profile
diff options
context:
space:
mode:
authorJules Laplace <carbon@melanarchy.org>2015-09-01 00:51:03 -0500
committerJules Laplace <carbon@melanarchy.org>2015-09-01 00:51:03 -0500
commit73a22265ab53271122bf1f47bcca6e9604c5d159 (patch)
treec110d9f9f4079405352da49de519f35fe78faa67 /cgi-bin/profile
parentca77a587da9ec393bceda87c2ec8dda096e2890d (diff)
html5 mp3 player
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)