>
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 Licence Key:
2Checkout.com Inc. (Ohio, USA) is a payment facilitator for goods and services provided by vestacp.com.';
}
?>