Your IP : 216.73.216.231


Current Path : /home/digilove/www/components/com_payzito/
Upload File :
Current File : /home/digilove/www/components/com_payzito/configuration.php

<?php

defined('_JEXEC') or die('Restricted access');

class JFormFieldConfiguration extends JFormField
{
    protected $type = 'configuration';

    protected function getInput()
    {
        return PAConnector::getLinkToGlobalConfiguration('transaction');
    }
}