Revision 2077
Added by darkviper almost 12 years ago
- little fixes in modules/news
- little fixes in some other files
| class.wb.php | ||
|---|---|---|
| 25 | 25 |
/* -------------------------------------------------------- */ |
| 26 | 26 |
// Include PHPLIB template class |
| 27 | 27 |
if(!class_exists('Template', false)){ include(WB_PATH.'/include/phplib/template.inc'); }
|
| 28 |
// Include new wbmailer class (subclass of PHPmailer) |
|
| 29 |
if(!class_exists('wbmailer', false)){ include(WB_PATH.'/framework/class.wbmailer.php'); }
|
|
| 30 | 28 |
|
| 31 | 29 |
class wb extends SecureForm |
| 32 | 30 |
{
|
Also available in: Unified diff