nonce.phtml 143 B

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