Project Management Mailer Release 1.0.2

Changelog

Type Description
Improved
On some servers base64 function is disabled and this causes the pages of the module to load slower. We then developed a replacement for base64 when the module detects that this function is disabled on your server
Fixed
Very complex bug when accessing WHMCS from multiple hostnames

Upgrade instructions

Steps Description
1 Open your configuration.php file in the root of your WHMCS and remove the following code:

// PHP Data Object (PDO)

define('DB_DSN', 'mysql:host='.$db_host.';dbname='.$db_name.';charset=utf8');

define('DB_USER', ''.$db_username.'');

define('DB_PASSWORD', ''.$db_password.'');