From 2333aa3b88bd7c8b6b867ae5689bb174a558804c Mon Sep 17 00:00:00 2001 From: tausq <> Date: Mon, 13 Dec 1999 03:56:48 +0000 Subject: [PATCH] left out one --- update.cgi | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/update.cgi b/update.cgi index d8e0ad0..33fc9de 100755 --- a/update.cgi +++ b/update.cgi @@ -1,6 +1,6 @@ #!/usr/bin/perl -# $Id: update.cgi,v 1.4 1999/12/13 04:53:28 tausq Exp $ +# $Id: update.cgi,v 1.5 1999/12/13 04:56:48 tausq Exp $ # (c) 1999 Randolph Chung. Licensed under the GPL. use lib '.'; @@ -94,7 +94,8 @@ if (!($query->param('doupdate'))) { # Actually update stuff... my ($newpassword, $newstaddress); - if ($query->param('labeledurl') !~ /^https?:\/\//i) { + if (($query->param('labeledurl')) && + ($query->param('labeledurl') !~ /^https?:\/\//i)) { &Util::HTMLError("Your homepage URL is invalid"); } -- 2.20.1