File manager - Edit - /home/carfac/public_html/scooterthetort/wp-content/plugins/cloudflare/src/Integration/DefaultConfig.php
Back
<?php namespace CF\Integration; class DefaultConfig implements ConfigInterface { private $config; /** * @param $config from file_get_contents() */ public function __construct($config = "[]") { $this->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; } }
| ver. 1.4 |
Github
|
.
| PHP 8.2.31 | Generation time: 0.25 |
proxy
|
phpinfo
|
Settings