1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/cops_ynh.git synced 2024-09-03 18:25:57 +02:00
cops_ynh/sources/getJSON.php
2016-12-22 00:51:06 +00:00

17 lines
372 B
PHP

<?php
/**
* COPS (Calibre OPDS PHP Server) HTML main script
*
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
* @author Sébastien Lucas <sebastien@slucas.fr>
*
*/
require_once ("config.php");
require_once ("JSON_renderer.php");
header ("Content-Type:application/json;charset=utf-8");
echo json_encode (JSONRenderer::getJson ());