uawdijnntqw1x1x1
IP : 216.73.216.219
Hostname : webm009.cluster128.gra.hosting.ovh.net
Kernel : Linux webm009.cluster128.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
OS : Linux
PATH:
/
home
/
chauffn
/
vuzelia
/
..
/
www
/
.
/
components
/
com_creativecontactform
/
creativecontactform.php
/
/
<?php /** * Joomla! component Creative Contact Form * * @version $Id: 2012-04-05 14:30:25 svn $ * @author creative-solutions.net * @package Creative Contact Form * @subpackage com_creativecontactform * @license GNU/GPL * */ // no direct access defined('_JEXEC') or die('Restircted access'); /* * Define constants for all pages */ if(!defined('DS')){ define('DS',DIRECTORY_SEPARATOR); } define('JV', (version_compare(JVERSION, '3', 'l')) ? 'j2' : 'j3'); require_once JPATH_COMPONENT . '/helpers/helper.php'; $controller = JControllerLegacy::getInstance('CreativeContactForm'); // Perform the Request task if(JV == 'j2') $controller->execute( JRequest::getCmd('task')); else $controller->execute(JFactory::getApplication()->input->get('task')); $controller->redirect();
/home/chauffn/vuzelia/../www/./components/com_creativecontactform/creativecontactform.php