Changeset 1538
- Timestamp:
- 04/26/06 20:28:31 (3 years ago)
- Files:
-
- alternc/trunk/bureau/class/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
alternc/trunk/bureau/class/functions.php
r982 r1538 162 162 /* Check that a domain name is fqdn compliant */ 163 163 function 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) 165 165 // Retourne 0 si tout va bien, sinon, retourne un code erreur... 166 166 // 1. Nom de domaine complet trop long.
