Project

General

Profile

« Previous | Next » 

Revision 1358

Added by Dietmar over 13 years ago

validation fixes in pages backend theme

View differences:

restore.php
36 36
require_once(WB_PATH.'/framework/class.admin.php');
37 37
$admin = new admin('Pages', 'pages_delete');
38 38

  
39
if (!$admin->checkFTAN('get'))
40
{
41
	$admin->print_error($MESSAGE['PAGES']['NOT_FOUND']);
42
	exit();
43
}
44

  
45 39
// Include the WB functions file
46 40
require_once(WB_PATH.'/framework/functions.php');
47 41

  

Also available in: Unified diff