Revision 1462
Added by DarkViper over 13 years ago
class.wb.php | ||
---|---|---|
26 | 26 |
// Include new wbmailer class (subclass of PHPmailer) |
27 | 27 |
require_once(WB_PATH."/framework/class.wbmailer.php"); |
28 | 28 |
|
29 |
require_once(WB_PATH."/framework/SecureForm.php"); |
|
29 |
//require_once(WB_PATH."/framework/SecureForm.php");
|
|
30 | 30 |
|
31 | 31 |
class wb extends SecureForm |
32 | 32 |
{ |
33 | 33 |
Also available in: Unified diff
class-switcher for SecureForm added