Your IP : 216.73.216.231


Current Path : /home/digilove/public_html/modules/mod_payzito_managewallet/
Upload File :
Current File : /home/digilove/public_html/modules/mod_payzito_managewallet/mod_payzito_managewallet.php

<?php

defined('_JEXEC') OR die('Payzito Joomla Restricted Access');

@include JPATH_ROOT.str_replace('/',DIRECTORY_SEPARATOR,'/components/com_payzito/includes/libraries/base.php');
if(!class_exists('PAConnector'))
{
    return;
}

PAConnector::loadView('modules/managewallet/default',['moduleId' => $module->id]);