Files
TowerOptoSifAndSpectral/html/php/GetConfig.php
2022-01-12 14:14:42 +08:00

5 lines
112 B
PHP

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