Files
FreshRSS/app/views/entry/read.phtml
2018-12-25 01:30:28 +01:00

8 lines
152 B
PHTML
Executable File

<?php
header('Content-Type: application/json; charset=UTF-8');
FreshRSS::loadStylesAndScripts();
echo json_encode(array(
'tags' => $this->tags,
));