Project

General

Profile

« Previous | Next » 

Revision 1400

Added by FrankH over 13 years ago

  1. Security fix in account
  2. Security fix in admin/media, thanks to hal 9000

View differences:

details.php
28 28
$date_format = $wb->get_post_escaped('date_format');
29 29
$time_format = $wb->get_post_escaped('time_format');
30 30

  
31
if (!$wb->checkFTAN())
32
{
33
	$wb->print_error($MESSAGE['GENERIC_SECURITY_ACCESS'], WB_URL);
34
	exit();
35
}
36

  
31 37
// Create a javascript back link
32 38
$js_back = "javascript: history.go(-1);";
33 39

  

Also available in: Unified diff