Revision 1153
Added by Dietmar about 15 years ago
class.wb.php | ||
---|---|---|
302 | 302 |
if ( $auto_footer == true ) { |
303 | 303 |
if ( method_exists($this, "print_footer") ) { |
304 | 304 |
$this->print_footer(); |
305 |
exit(); |
|
306 | 305 |
} |
307 | 306 |
} |
307 |
exit(); |
|
308 | 308 |
} |
309 | 309 |
|
310 | 310 |
// Validate send email |
Also available in: Unified diff
Security fix - wrong placed "exit()" inside class.wb