1 2 3 4
<?php declare(strict_types=1); /** @var FreshRSS_ViewJavascript $this */ echo json_encode(['salt1' => $this->salt1, 'nonce' => $this->nonce]);