read.phtml 152 B

1234567
  1. <?php
  2. header('Content-Type: application/json; charset=UTF-8');
  3. FreshRSS::loadStylesAndScripts();
  4. echo json_encode(array(
  5. 'tags' => $this->tags,
  6. ));