edituser.cgi: output actual HTML when auth code is missing
commit1dbadf2cdc95e3fa8f946fcc9d2a03ee0f3a9db3
authorJan Krüger <jk@jk.gs>
Wed, 30 Nov 2011 04:16:02 +0000 (30 05:16 +0100)
committerJan Krüger <jk@jk.gs>
Wed, 30 Nov 2011 04:28:55 +0000 (30 05:28 +0100)
treef210fbbef8f26c90eaac533a91dbd6c94971cea3
parentfaa1ccbe1ecd0414f515d2ac85e3d91babef2684
edituser.cgi: output actual HTML when auth code is missing

Previously, the error message for missing auth codes was output using
die(). That escaped our beautiful HTML tags away, though. So, use
print/exit instead.

Signed-off-by: Jan Krüger <jk@jk.gs>
cgi/edituser.cgi