Your IP : 216.73.216.65


Current Path : /home/a/t/a/ataenra/www/tmp/regularlabs/custom_php/
Upload File :
Current File : /home/a/t/a/ataenra/www/tmp/regularlabs/custom_php/31136_22c99d707d1097844168902867faeda8

<?php
defined('_JEXEC') or die;
function regularlabs_php_575ce7d15b69b1dd53c780338ff49e55($rl_variables, $article, $module){
$app = $mainframe = RegularLabs\Library\Php::getApplication();
$document = $doc = RegularLabs\Library\Php::getDocument();
$database = $db = JFactory::getDbo();
$user = $app->getIdentity() ?: JFactory::getUser();
$Itemid = $app->input->getInt('Itemid');
if (is_array($rl_variables)) {foreach ($rl_variables as $rl_key => $rl_value) {${$rl_key} = $rl_value;}}
 //Connexion à la base 
require "./ATA/INTRANET/Outils/co.php"; 
 
//Récupération de l'utilisateur pour page COMMERCIAL 
$com = JFactory::getUser(); 
$AF=$com->username; 
$IDAF=$com->id; 
$_SESSION['EMAILCOM']=$com->email; 
$_SESSION['AF']=$AF;ATA 
 
require "./ATA/INTRANET/Commerce/profil.php";  ;;
return get_defined_vars();
;}