Changeset 1538

Show
Ignore:
Timestamp:
04/26/06 20:28:31 (3 years ago)
Author:
anarcat
Message:

fix url for rfc

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • alternc/trunk/bureau/class/functions.php

    r982 r1538  
    162162/* Check that a domain name is fqdn compliant */ 
    163163function checkfqdn($fqdn) { 
    164   // (RFC 1035 http://www.cis.ohio-state.edu/cgi-bin/rfc/rfc1035.html
     164  // (RFC 1035 http://www.ietf.org/rfc/rfc1035.txt
    165165  // Retourne 0 si tout va bien, sinon, retourne un code erreur... 
    166166  // 1. Nom de domaine complet trop long.