Changeset 13185
- Timestamp:
- 2007/05/21 16:07:20 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/data/module/Net/SMTP.php
r13183 r13185 130 130 * we disable the authentication methods that depend upon it. 131 131 */ 132 if ((@include_once ' Auth/SASL.php') === false) {132 if ((@include_once '../Auth/SASL.php') === false) { 133 133 $pos = array_search('DIGEST-MD5', $this->auth_methods); 134 134 unset($this->auth_methods[$pos]);
Note: See TracChangeset
for help on using the changeset viewer.