Project

General

Profile

« Previous | Next » 

Revision 1457

Added by Dietmar almost 13 years ago

Preparing 2.8.2 stable, last tests

View differences:

tool.php
42 42
if(isset($_POST['save_settings'])) {
43 43
	if (!$admin->checkFTAN())
44 44
	{
45
		$admin->print_header();
45 46
		$admin->print_error($MESSAGE['GENERIC_SECURITY_ACCESS'], $js_back );
46
		exit();
47 47
	}
48 48
	
49 49
	// get configuration settings
......
67 67
	}
68 68
	
69 69
	// check if there is a database error, otherwise say successful
70
	$admin->print_header();
70 71
	if($database->is_error()) {
71 72
		$admin->print_error($database->get_error(), $js_back);
72 73
	} else {
73 74

  

Also available in: Unified diff