fix url for rfc

This commit is contained in:
Antoine Beaupré 2006-04-26 18:28:31 +00:00
parent 87f977c85b
commit c3753eaa7c
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ function checkmail($mail) {
/* Check that a domain name is fqdn compliant */ /* Check that a domain name is fqdn compliant */
function checkfqdn($fqdn) { 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... // Retourne 0 si tout va bien, sinon, retourne un code erreur...
// 1. Nom de domaine complet trop long. // 1. Nom de domaine complet trop long.
// 2. L'un des membres est trop long. // 2. L'un des membres est trop long.