diff options
| author | Jules Laplace <carbon@melanarchy.org> | 2015-09-01 00:51:03 -0500 |
|---|---|---|
| committer | Jules Laplace <carbon@melanarchy.org> | 2015-09-01 00:51:03 -0500 |
| commit | 73a22265ab53271122bf1f47bcca6e9604c5d159 (patch) | |
| tree | c110d9f9f4079405352da49de519f35fe78faa67 /cgi-bin/profile | |
| parent | ca77a587da9ec393bceda87c2ec8dda096e2890d (diff) | |
html5 mp3 player
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) |
