AAAAview.html.php 0000666 00000002446 15140133423 0007200 0 ustar 00 input;
// Process the export data
$result = $this->get('ProcessData');
if (!$jinput->get('cron', false, 'bool')) {
// Load the results
$logresult = $this->get('Stats', 'log');
$this->assignRef('logresult', $logresult);
// Load the run ID
$jinput = JFactory::getApplication()->input;
$csvilog = $jinput->get('csvilog', null, null);
$this->assignRef('run_id', $csvilog->getId());
}
// Display it all
parent::display($tpl);
}
}
?> tmpl/.htaccess 0000666 00000000177 15140133423 0007323 0 ustar 00
Order allow,deny
Deny from all