X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=web%2Fupdate.cgi;fp=web%2Fupdate.cgi;h=4ad5b88ea1afb931bc8999ba6ac962d3a392d227;hb=338ed57a1a2c4383dabc59698683d146e3e0dd2a;hp=9aabb33bc55072ffac62dc3873f3c4f6074f1fc6;hpb=7c0a33425eb35461b6805e7b13c794de0749baac;p=mirror%2Fuserdir-ldap.git diff --git a/web/update.cgi b/web/update.cgi index 9aabb33..4ad5b88 100755 --- a/web/update.cgi +++ b/web/update.cgi @@ -1,6 +1,6 @@ #!/usr/bin/perl -# $Id: update.cgi,v 1.8 2000/05/13 18:39:05 tausq Exp $ +# $Id: update.cgi,v 1.9 2003/03/13 04:25:56 rmurray Exp $ # (c) 1999 Randolph Chung. Licensed under the GPL. use lib '.'; @@ -43,7 +43,7 @@ $auth = ($mesg->code == LDAP_SUCCESS); if (!$auth) { $ldap->unbind; - &Util::HTMLError("You have not been authenticated. Please Login"); + &Util::HTMLError("You have not been authenticated. Please Login"); } # Authenticated....