X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=web%2Fupdate.cgi;fp=web%2Fupdate.cgi;h=9aabb33bc55072ffac62dc3873f3c4f6074f1fc6;hb=55b81cd0e9b2e13732d21d47d1d96f8f9888af6f;hp=1a92dcebcd53c7c245283762e4fa675de5f67a86;hpb=f2828a2d5401354dff44f17bdf6032f02b956917;p=mirror%2Fuserdir-ldap.git diff --git a/web/update.cgi b/web/update.cgi index 1a92dce..9aabb33 100755 --- a/web/update.cgi +++ b/web/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");