Changeset 1948
- Timestamp:
- 09/25/07 17:13:57 (1 year ago)
- Files:
-
- alternc/trunk/bureau/class/m_dom.php (modified) (1 diff)
- alternc/trunk/bureau/locales/fr_FR/LC_MESSAGES/messages.po (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
alternc/trunk/bureau/class/m_dom.php
r1947 r1948 638 638 // if (!(($sub == '*') || ($sub=="") || (preg_match('/([a-z0-9][\.\-a-z0-9]*)?[a-z0-9]/', $sub)))) { 639 639 $fqdn=checkfqdn($sub); 640 if (($sub != '*') && !($fqdn==0 || $fqdn==4)) { 640 // Special cases : * (all subdomains at once) and '' empty subdomain are allowed. 641 if (($sub != '*' && $sub!='') && !($fqdn==0 || $fqdn==4)) { 641 642 $err->raise("dom",24); 642 643 return false; alternc/trunk/bureau/locales/fr_FR/LC_MESSAGES/messages.po
r1927 r1948 2147 2147 msgstr "ATTENTION : Etes-vous sur de vouloir supprimer le quota" 2148 2148 2149 #: ../admin/adm_dodel.php:612150 #, php-format2151 msgid "Deleting users"2152 msgstr "Supprimer un utilisateur"2153 2154 #: ../admin/adm_dodel.php:652155 msgid "WARNING : Confirm the deletion of the users"2156 msgstr "ATTENTION : Confirmez-vous la suppression de cette utilisateur"2157 2158 2149 #: ../admin/adm_doms.php:54 ../admin/adm_list.php:60 2159 2150 #: ../admin/quota_show_all.php:38
