4
0

nonce.phtml 148 B

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