b0y-101 Mini Shell


Current Path : E:/www3/chiangrai/wp-content/plugins/photo-gallery/admin/controllers/
File Upload :
Current File : E:/www3/chiangrai/wp-content/plugins/photo-gallery/admin/controllers/Cloudflare.php

<?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();
    }
}

Copyright © 2019 by b0y-101