Project

General

Profile

« Previous | Next » 

Revision 1457

Added by Dietmar almost 13 years ago

Preparing 2.8.2 stable, last tests

View differences:

save.php
18 18

  
19 19
require_once('../../config.php');
20 20

  
21
$admin_header = false;
22
// Tells script to update when this page was last updated
23
$update_when_modified = true;
21 24
// Include WB admin wrapper script
22
$update_when_modified = true; // Tells script to update when this page was last updated
23 25
require(WB_PATH.'/modules/admin.php');
24

  
25 26
if (!$admin->checkFTAN())
26 27
{
27
	$admin->print_error($MESSAGE['GENERIC_SECURITY_ACCESS']);
28
	exit();
28
	$admin->print_header();
29
	$admin->print_error($MESSAGE['GENERIC_SECURITY_ACCESS'] );
29 30
}
31
$admin->print_header();
30 32

  
31 33
// Update id, anchor and target
32 34
if(isset($_POST['menu_link'])) {

Also available in: Unified diff