$_POST['central_areacode'], 'central_timezone' => $_POST['central_timezone'], ); $str = ""; $config = fopen("modules/EcmCalls/config.php", "w"); fwrite($config,$str); fclose($config); $_SESSION['ecmcalls_config'] = $arr; $json = getJSONobj(); //var_dump($json->decode(htmlspecialchars_decode($_REQUEST['phone_list']))); die(); EcmCall::savePhoneList($json->decode(htmlspecialchars_decode($_REQUEST['phone_list']))); header("Location: index.php?module=EcmCalls&action=index"); ?>