Files
TowerOptoSifAndSpectral_Too…/html/php/GetConfig.php

5 lines
112 B
PHP
Raw Normal View History

2022-08-16 09:26:36 +08:00
<?php
header("Content-type:application/json");
$a=file_get_contents("/home/data/Setting/config.json");
echo $a;