Project

General

Profile

« Previous | Next » 

Revision 1153

Added by Dietmar over 14 years ago

Security fix - wrong placed "exit()" inside class.wb

View differences:

branches/2.8.x/wb/framework/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