File "Cloudflare.php"
Full Path: /home/laciafrdyl/www/wp-content/plugins/photo-gallery/admin/controllers/Cloudflare.php
File size: 388 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
class CloudflareController_bwg
{
/**
* @var $view
*/
private $view;
public function __construct()
{
$this->view = new CloudflareView_bwg();
}
/**
* Execute.
*/
public function execute() {
$this->display();
}
/**
* Display.
*/
public function display() {
$this->view->display();
}
}