Files
TowerOptoSifAndSpectral/html/php/GetConfig.php
2021-11-11 10:11:47 +08:00

5 lines
93 B
PHP

<?php
header("Content-type:application/json");
$a=file_get_contents("config.json");
echo $a;