Moved Company Details settings localiztion settings to its own seperate settings called localiztion

This commit is contained in:
johnnyq
2023-09-07 15:22:16 -04:00
parent b625400638
commit 44508cfa7c
5 changed files with 123 additions and 70 deletions

View File

@@ -8,5 +8,3 @@ $country = sanitizeInput($_POST['country']);
$phone = preg_replace("/[^0-9]/", '',$_POST['phone']);
$email = sanitizeInput($_POST['email']);
$website = sanitizeInput($_POST['website']);
$locale = sanitizeInput($_POST['locale']);
$currency_code = sanitizeInput($_POST['currency_code']);