forked from xin/TowerOptoSifAndSpectral
5 lines
93 B
PHP
5 lines
93 B
PHP
|
|
<?php
|
||
|
|
header("Content-type:application/json");
|
||
|
|
$a=file_get_contents("config.json");
|
||
|
|
echo $a;
|