uawdijnntqw1x1x1
IP : 216.73.216.6
Hostname : ps-hcp-gr-004.pouyasazan.org
Kernel : Linux ps-hcp-gr-004.pouyasazan.org 5.14.0-611.55.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue May 19 15:19:29 EDT 2026 x86_64
Disable Function : exec,system,passthru,shell_exec,proc_open,proc_close,popen,pcntl_exec,dl,show_source
OS : Linux
PATH:
/
home
/
hsabaeej
/
public_html
/
3c2fc
/
..
/
components
/
com_fields
/
..
/
com_rsform
/
rsform.php
/
/
<?php /** * @package RSForm! Pro * @copyright (C) 2007-2014 www.rsjoomla.com * @license GPL, http://www.gnu.org/copyleft/gpl.html */ defined('_JEXEC') or die('Restricted access'); if (!defined('DS')) { define('DS', DIRECTORY_SEPARATOR); } $cache = JFactory::getCache('com_rsform'); $cache->clean(); $app = JFactory::getApplication(); // Require the base controller require_once JPATH_COMPONENT.'/controller.php'; require_once JPATH_ADMINISTRATOR.'/components/com_rsform/helpers/rsform.php'; // See if this is a request for a specific controller $controller = strtolower($app->input->getWord('controller')); // These are not controllers but legacy functions if ($controller == 'functions' || $controller == 'adapter') { $controller = ''; } if (!empty($controller) && file_exists(JPATH_COMPONENT.'/controllers/'.$controller.'.php')) { require_once(JPATH_COMPONENT.'/controllers/'.$controller.'.php'); $controller = 'RsformController'.$controller; $RsformController = new $controller(); } else $RsformController = new RsformController(); $RsformController->execute($app->input->getWord('task')); // Redirect if set $RsformController->redirect();
/home/hsabaeej/public_html/3c2fc/../components/com_fields/../com_rsform/rsform.php