#! php.exe # PHP CLI code, to encode config.json with gzcompress and base64 # gzcompress can smaller the string 10 times or more, base64 can make sure that # the data can be saved and transfered safely by http. # author: gwang # version: 1.0