aboutsummaryrefslogtreecommitdiff
path: root/api/projects/all/index.php
blob: 608789dcd5240ab25c161c01337586c46610554a (plain)
1
2
3
4
5
<?php

$config = json_decode(file_get_contents($_SERVER["DOCUMENT_ROOT"] . "/data/projects.json"), true);
header("Content-Type: application/json");
die(json_encode($config));