Current Path :
/
home
/
develito
/
www
/
components
/
com_faqbookpro
/
controllers
/
Or
Select Your Path :
Upload File :
New :
File
Dir
//home/develito/www/components/com_faqbookpro/controllers/sections.php
<?php /** * @title Minitek FAQ Book * @copyright Copyright (C) 2011-2020 Minitek, All rights reserved. * @license GNU General Public License version 3 or later. * @author url https://www.minitek.gr/ * @developers Minitek.gr */ defined('_JEXEC') or die; jimport('joomla.application.component.controller'); class FAQBookProControllerSections extends JControllerLegacy { function __construct() { parent::__construct(); } }