CodeIgniter: Weird echo of $config coming back when I load Email Library
- by k00k
Version info: CI version 1.7.2 - PHP 5.3.1 - Apache2 - Mac OSX 10.6.3
For some reason, when I load CI's email library, either in my controller, or in autoload.php, it automatically and immediately echoes the config info like so:
$config['protocol'] = 'sendmail';
$config['mailpath'] = '/usr/sbin/sendmail';
$config['charset'] = 'iso-8859-1';…