$ui['nickname'], 'ContactInfo' => $ui['contact'], 'ORPort' => (string)$ui['orport'], 'BandwidthRate' => rtrim(rtrim(number_format($rate_mb, 2, '.', ''), '0'), '.') . ' MB', 'BandwidthBurst' => rtrim(rtrim(number_format($burst_mb, 2, '.', ''), '0'), '.') . ' MB', 'AccountingMax' => $ui['cap_gb'] . ' GB', 'AccountingStart' => 'month ' . $ui['acc_day'] . ' 00:00', ]; echo json_encode(['ok' => true] + $ui + $torrc);