Changeset 1538


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

fix url for rfc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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. 
Note: See TracChangeset for help on using the changeset viewer.