Files
TowerOptoSifAndSpectral/html/php/GetConfig.php

5 lines
112 B
PHP
Raw Permalink Normal View History

2021-11-11 10:11:47 +08:00
<?php
header("Content-type:application/json");
2022-01-12 14:14:42 +08:00
$a=file_get_contents("/home/data/Setting/config.json");
2021-11-11 10:11:47 +08:00
echo $a;