<?php
defined('_JEXEC') or die;
function regularlabs_php_71c0775d0e563205276c0ca5a8fd988e($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;}}
 $qry = $_SERVER['QUERY_STRING'];
$crnturl = JUri::current();
$fullurl = $crnturl .'?'.$qry;
$jinput = JFactory::getApplication()->input;
$jinput->set('url', $fullurl);  ;;
return get_defined_vars();
;}