Changeset 3758 for trunk/gui


Ignore:
Timestamp:
01/13/11 18:10:54 (17 months ago)
Author:
benedikt
Message:
  • Fixed #2533: Single-Character SLD for .is (thanks to Siggi)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gui/include/input-checks.php

    r3732 r3758  
    44 * 
    55 * @copyright   2001-2006 by moleSoftware GmbH 
    6  * @copyright   2006-2010 by ispCP | http://isp-control.net 
     6 * @copyright   2006-2011 by ispCP | http://isp-control.net 
    77 * @version     SVN: $Id$ 
    88 * @link                http://isp-control.net 
     
    2525 * Portions created by Initial Developer are Copyright (C) 2001-2006 
    2626 * by moleSoftware GmbH. All Rights Reserved. 
    27  * Portions created by the ispCP Team are Copyright (C) 2006-2010 by 
     27 * Portions created by the ispCP Team are Copyright (C) 2006-2011 by 
    2828 * isp Control Panel. All Rights Reserved. 
    2929 */ 
     
    621621        if ($cfg->SLD_STRICT_VALIDATION) { 
    622622 
    623                 // Single-Character SLD 
     623                // Single-Character (SC) SLD 
    624624                // Note: All another SC SLD are presently reserved in 
    625                 // all gTLD registry agreements except for Germany since 2009/10/23. 
     625                // all gTLD registry agreements except for 
     626                //  * Island, 
     627                //  * Germany since 2009/10/23 
    626628                $scSLD = 
    627629                        'i\.net|'. 
     
    629631                        'x\.org|'. 
    630632                        '[xz]\.com|'. 
    631                         '[a-z0-9]\.de'; 
     633                        '[a-z0-9]\.de|'. 
     634                        '[a-z0-9]\.is'; 
    632635 
    633636                // Reserved SLD according RFC 2606 
Note: See TracChangeset for help on using the changeset viewer.