芝麻web文件管理V1.00
编辑当前文件:/home4/randall/public_html/sl/wp-content/plugins/cloudflare/src/Integration/DefaultConfig.php
config = json_decode($config, true); } /** * @param $key * * @return value or key or null */ public function getValue($key) { $value = null; if (array_key_exists($key, $this->config)) { $value = $this->config[$key]; } return $value; } }