PATH:
home
/
carfac
/
public_html
/
unitphotog
/
wp-content
/
plugins
/
cloudflare
/
src
/
Integration
<?php namespace CF\Integration; interface ConfigInterface { /** * @param $key * * @return mixed */ public function getValue($key); }
[-] DefaultIntegration.php
[edit]
[-] DefaultConfig.php
[edit]
[-] DefaultLogger.php
[edit]
[-] IntegrationInterface.php
[edit]
[-] ConfigInterface.php
[edit]
[-] IntegrationAPIInterface.php
[edit]
[-] .htaccess
[edit]
[-] DataStoreInterface.php
[edit]
[+]
..