Files
TowerOptoSifAndSpectral/html/php/GetConfig.php

5 lines
93 B
PHP
Raw Normal View History

2021-11-11 10:11:47 +08:00
<?php
header("Content-type:application/json");
$a=file_get_contents("config.json");
echo $a;