This website works better with JavaScript
Startseite
Erkunden
Hilfe
Anmelden
advation
/
OpenTimeTracker
Beobachten
1
Favorit hinzufügen
0
Fork
0
Dateien
Issues
0
Pull-Requests
0
Wiki
Struktur:
26391e2492
Branches
Tags
master
OpenTimeTracker
/
application
/
layouts
/
json.phtml
json.phtml
76 B
Verlauf
Originalformat
1
2
3
4
<?php
header('Content-Type: application/json');
echo $this->content();
?>