X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=update.cgi;h=4ad5b88ea1afb931bc8999ba6ac962d3a392d227;hb=be1495662e4a4404faa46a81befb2dbf30a794cd;hp=9aabb33bc55072ffac62dc3873f3c4f6074f1fc6;hpb=2176e71591cb51a4896afccde2163b37827fe08b;p=mirror%2Fuserdir-ldap-cgi.git diff --git a/update.cgi b/update.cgi index 9aabb33..4ad5b88 100755 --- a/update.cgi +++ b/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....