Project

General

Profile

« Previous | Next » 

Revision 1425

Added by Dietmar almost 14 years ago

redefined wrong admin backlinks

View differences:

rename2.php
23 23

  
24 24
if (!$admin->checkFTAN())
25 25
{
26
	$admin->print_error($MESSAGE['GENERIC_SECURITY_ACCESS'], WB_URL);
26
	$admin->print_error('RN5::'.$MESSAGE['GENERIC_SECURITY_ACCESS']);
27 27
	exit();
28 28
}
29 29

  
......
54 54
// Get the temp id
55 55
$file_id = $admin->checkIDKEY('id', false, 'POST');
56 56
if (!$file_id) {
57
	$admin->print_error($MESSAGE['GENERIC_SECURITY_ACCESS'], WB_URL);
57
	$admin->print_error($MESSAGE['GENERIC_SECURITY_ACCESS']);
58 58
}
59 59

  
60 60
// Get home folder not to show

Also available in: Unified diff