%PDF- %PDF-
| Direktori : /proc/self/root/home/tjamichg/cursos.tjamich.gob.mx/main/badge/ |
| Current File : //proc/self/root/home/tjamichg/cursos.tjamich.gob.mx/main/badge/issuer.php |
<?php
/* For licensing terms, see /license.txt */
/**
* Show information about the OpenBadge issuer.
*
* @author Angel Fernando Quiroz Campos <angel.quiroz@beeznest.com>
*/
require_once __DIR__.'/../inc/global.inc.php';
$json = [
'name' => api_get_setting('Institution'),
'url' => api_get_path(WEB_PATH),
];
header('Content-Type: application/json');
echo json_encode($json);