Project

General

Profile

« Previous | Next » 

Revision 286

Added by stefan almost 19 years ago

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

View differences:

delete.php
48 48
// Get the temp id
49 49
if(!is_numeric($admin->get_get('id'))) {
50 50
	header("Location: browse.php?dir=$directory");
51
	exit(0);
51 52
} else {
52 53
	$file_id = $admin->get_get('id');
53 54
}

Also available in: Unified diff