Project

General

Profile

« Previous | Next » 

Revision 1358

Added by Dietmar over 13 years ago

validation fixes in pages backend theme

View differences:

move_up.php
48 48
require_once(WB_PATH.'/framework/class.admin.php');
49 49
$admin = new admin('Pages', 'pages_settings');
50 50

  
51
if (!$admin->checkFTAN('get'))
52
{
53
	$admin->print_error($MESSAGE['PAGES']['NOT_FOUND']);
54
	exit();
55
}
56

  
57 51
// Include the ordering class
58 52
require(WB_PATH.'/framework/class.order.php');
59 53

  

Also available in: Unified diff