This commit is contained in:
2022-01-12 14:14:42 +08:00
parent fd5859e21e
commit 96c9a58288
11 changed files with 158 additions and 34 deletions

View File

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