This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
advation
/
OpenTimeTracker
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Árbore:
c210d57990
Ramas
Etiquetas
master
OpenTimeTracker
/
application
/
layouts
/
json.phtml
json.phtml
76 B
Histórico
Raw
1
2
3
4
<?php
header('Content-Type: application/json');
echo $this->content();
?>