Changeset 1098
- Timestamp:
- 09/08/06 14:36:53 (7 years ago)
- Location:
- trunk/wifidog-auth
- Files:
-
- 2 modified
-
CHANGELOG (modified) (1 diff)
-
wifidog/classes/Mail.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wifidog-auth/CHANGELOG
r1096 r1098 1 2006-09-07 Benoit Grégoire <bock@step.polymtl.ca> 2 * Fix PHPMailer that I've broken earlier 3 1 4 2006-09-07 Benoit Grégoire <bock@step.polymtl.ca> 2 5 * Slightly rework SSL detection so that it uses the default server if a current one isn't available. -
trunk/wifidog-auth/wifidog/classes/Mail.php
r1090 r1098 46 46 */ 47 47 require_once('lib/PHPMailer/class.phpmailer.php'); 48 require_once('lib/ SMTP/class.smtp.php');48 require_once('lib/PHPMailer/class.smtp.php'); 49 49 50 50 /**
