nonce.phtml 122 B

123
  1. <?php /** @var FreshRSS_View $this */ ?>
  2. <?php
  3. echo json_encode(array('salt1' => $this->salt1, 'nonce' => $this->nonce));