Project

General

Profile

« Previous | Next » 

Revision 286

Added by stefan over 18 years ago

Added an exit call after every heading("Location:...") redirector to prevent unwanted execution of code.

View differences:

convert.php
30 30
*/
31 31
if(!defined('WB_URL')) {
32 32
	header('Location: ../index.php');
33
	exit(0);
33 34
}
34 35

  
35 36
$conversion_array = array(

Also available in: Unified diff