>
if($_GET['filemanager_licence_key'] != '' || $_SESSION['FILEMANAGER_KEY']){
$licence_key = $_GET['filemanager_licence_key'] != '' ? $_GET['filemanager_licence_key'] : $_SESSION['FILEMANAGER_KEY'];
echo __('Browse, copy, edit, view, and retrieve all of your web domain files using fully featured File Manager.').
'
'.__('Licence Key').':
';
} else {
echo __('Browse, copy, edit, view, and retrieve all of your web domain files using fully featured File Manager.').' '.
__('This is a commercial module, you would need to purchace license key to enable it.').
'
'.__('Enter License Key').':
2Checkout.com Inc. (Ohio, USA) is a payment facilitator for goods and services provided by vestacp.com.';
}
?>