"$data['phone']"."$data['dateadd']"."$data['name']"."$data['place']"
не пускает даже с флешкиЭто как? Может загрузка с флешки заблокирована в биосе/uefi?
$result = [
'lang' => [
'goods' => [
'ru' => $array1['ru']['lang']['goods'],
'en' => $array2['en']['lang']['goods'],
],
'main' => [
'title' => [
'ru' => $array1['ru']['lang']['main']['title'],
'en' => $array2['en']['lang']['main']['title'],
],
'description' => [
'ru' => $array1['ru']['lang']['main']['description'],
'en' => $array2['en']['lang']['main']['description']
]
]
];
Object.keys(prices).forEach(currency =>
Object.keys(prices[currency]).forEach(key =>
prices[currency][key] = parseInt(prices[currency][key])
)
)
Object.keys(prices).forEach(currency => {
prices[currency].per_user = parseInt(prices[currency].per_user)
prices[currency].periodic = parseInt(prices[currency].periodic)
})