- Timestamp:
- 01/13/11 18:10:54 (17 months ago)
- File:
-
- 1 edited
-
trunk/gui/include/input-checks.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/gui/include/input-checks.php
r3732 r3758 4 4 * 5 5 * @copyright 2001-2006 by moleSoftware GmbH 6 * @copyright 2006-201 0by ispCP | http://isp-control.net6 * @copyright 2006-2011 by ispCP | http://isp-control.net 7 7 * @version SVN: $Id$ 8 8 * @link http://isp-control.net … … 25 25 * Portions created by Initial Developer are Copyright (C) 2001-2006 26 26 * by moleSoftware GmbH. All Rights Reserved. 27 * Portions created by the ispCP Team are Copyright (C) 2006-201 0by27 * Portions created by the ispCP Team are Copyright (C) 2006-2011 by 28 28 * isp Control Panel. All Rights Reserved. 29 29 */ … … 621 621 if ($cfg->SLD_STRICT_VALIDATION) { 622 622 623 // Single-Character SLD623 // Single-Character (SC) SLD 624 624 // 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 626 628 $scSLD = 627 629 'i\.net|'. … … 629 631 'x\.org|'. 630 632 '[xz]\.com|'. 631 '[a-z0-9]\.de'; 633 '[a-z0-9]\.de|'. 634 '[a-z0-9]\.is'; 632 635 633 636 // Reserved SLD according RFC 2606
Note: See TracChangeset
for help on using the changeset viewer.
