Project

General

Profile

« Previous | Next » 

Revision 1425

Added by Dietmar almost 14 years ago

redefined wrong admin backlinks

View differences:

tool.php
41 41
if(isset($_POST['submit']) AND $_POST['submit'] != '') {
42 42
	if (!$admin->checkFTAN())
43 43
	{
44
		$admin->print_error($MESSAGE['GENERIC_SECURITY_ACCESS'], ADMIN_URL);
44
		$admin->print_error($MESSAGE['GENERIC_SECURITY_ACCESS'],$_SERVER['REQUEST_URI']);
45 45
		exit();
46 46
	}
47 47

  

Also available in: Unified diff