mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-01-28 23:21:04 -05:00
8 lines
152 B
PHTML
Executable File
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,
|
|
));
|