Konrad Trautmann
Why does conditions store hundreds of files in the tmp folder?
<?php
defined('_JEXEC') or die;
function regularlabs_php_06fb058eb019f6f64e922edf35e8caca($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;}}
echo number_format('2360.0000',0,",",".").',-'; ;;
return get_defined_vars();
;}