Your IP : 216.73.216.85


Current Path : /home/smartconb/www/armencom33/libraries/smartslider3/src/Security/Joomla/
Upload File :
Current File : /home/smartconb/www/armencom33/libraries/smartslider3/src/Security/Joomla/JoomlaSecurity.php

<?php

namespace Nextend\Security\Joomla;

use Nextend\Framework\Pattern\SingletonTrait;

class JoomlaSecurity {

    use SingletonTrait;

    protected function init() {
        include_once(dirname(__FILE__) . '/Common.php');
        include_once(dirname(__FILE__) . '/Escape.php');
    }
}