This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
advation
/
OpenTimeTracker
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Árbol:
26391e2492
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();
?>