From c3753eaa7c4d1de0d90ab2b5ea58c4fe61d9fed1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20Beaupr=C3=A9?= Date: Wed, 26 Apr 2006 18:28:31 +0000 Subject: [PATCH] fix url for rfc --- bureau/class/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bureau/class/functions.php b/bureau/class/functions.php index de9b89a8..4cc76865 100644 --- a/bureau/class/functions.php +++ b/bureau/class/functions.php @@ -161,7 +161,7 @@ function checkmail($mail) { /* Check that a domain name is fqdn compliant */ function checkfqdn($fqdn) { - // (RFC 1035 http://www.cis.ohio-state.edu/cgi-bin/rfc/rfc1035.html) + // (RFC 1035 http://www.ietf.org/rfc/rfc1035.txt) // Retourne 0 si tout va bien, sinon, retourne un code erreur... // 1. Nom de domaine complet trop long. // 2. L'un des membres est trop long.