Hi,
I want to display on custom page in client area all products / services passwords
it is possible to do that without
for better security?
Best Regards,
Star Network
I want to display on custom page in client area all products / services passwords
it is possible to do that without
PHP Code:
include('configuration.php');
$data['password'] = decrypt ($data['password'], $cc_encryption_hash);
Best Regards,
Star Network