Forked from
FS Info TU Dortmund / Infoscreen / Infoscreen
286 commits behind the upstream repository.
-
Tilman Vatteroth authoredTilman Vatteroth authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
grepsemester.php 150 B
<?php
header("Content-type:application/json;charset=utf8");
$a=file_get_contents("https://ufc.tu-dortmund.de/semesters/sommer2016.json");
echo $a;
?>