2 lines
92 B
PHP
2 lines
92 B
PHP
<?php header("Content-Type: application/json"); echo file_get_contents("toc-data.json"); ?>
|
<?php header("Content-Type: application/json"); echo file_get_contents("toc-data.json"); ?>
|