diff --git a/htdocs/website/index.php b/htdocs/website/index.php index 610607f0321..cdf425e3ae3 100644 --- a/htdocs/website/index.php +++ b/htdocs/website/index.php @@ -3487,7 +3487,7 @@ if ($action == 'createsite') { $siteref = $sitedesc = $sitelang = $siteotherlang = ''; if (GETPOST('WEBSITE_REF')) { - $siteref = GETPOST('WEBSITE_REF', 'alpha'); + $siteref = GETPOST('WEBSITE_REF', 'aZ09'); } if (GETPOST('WEBSITE_DESCRIPTION')) { $sitedesc = GETPOST('WEBSITE_DESCRIPTION', 'alpha');