Project

General

Profile

« Previous | Next » 

Revision 1358

Added by Dietmar almost 14 years ago

validation fixes in pages backend theme

View differences:

delete.php
44 44
	$admin->print_error($MESSAGE['PAGES']['INSUFFICIENT_PERMISSIONS']);
45 45
}
46 46

  
47
if (!$admin->checkFTAN('get'))
48
{
49
	$admin->print_error($MESSAGE['PAGES']['NOT_FOUND']);
50
	exit();
51
}
52

  
53 47
// Find out more about the page
54 48
$query = "SELECT * FROM ".TABLE_PREFIX."pages WHERE page_id = '$page_id'";
55 49
$results = $database->query($query);

Also available in: Unified diff