X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=update.cgi;h=9aabb33bc55072ffac62dc3873f3c4f6074f1fc6;hb=361e7a57c1c81e0311920a7c9d592da801ecdebe;hp=1a92dcebcd53c7c245283762e4fa675de5f67a86;hpb=e83ba63edcae939501f54afc2241a3cc43c690cd;p=mirror%2Fuserdir-ldap-cgi.git diff --git a/update.cgi b/update.cgi index 1a92dce..9aabb33 100755 --- a/update.cgi +++ b/update.cgi @@ -1,6 +1,6 @@ #!/usr/bin/perl -# $Id: update.cgi,v 1.7 2000/05/06 06:10:05 tausq Exp $ +# $Id: update.cgi,v 1.8 2000/05/13 18:39:05 tausq Exp $ # (c) 1999 Randolph Chung. Licensed under the GPL. use lib '.'; @@ -94,6 +94,8 @@ if (!($query->param('doupdate'))) { # Actually update stuff... my ($newpassword, $newstaddress); + &Util::FixParams($query); + if (($query->param('labeledurl')) && ($query->param('labeledurl') !~ /^https?:\/\//i)) { &Util::HTMLError("Your homepage URL is invalid");