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