Project

General

Profile

« Previous | Next » 

Revision 1398

Added by FrankH about 14 years ago

  1. Security fix in admin/admintools and admin/groups

View differences:

index.php
20 20
require('../../config.php');
21 21
require_once(WB_PATH.'/framework/class.admin.php');
22 22
$admin = new admin('Access', 'groups');
23
$ftan = $admin->getFTAN();
23 24

  
24 25
// Create new template object for the modify/remove menu
25 26
$template = new Template(THEME_PATH.'/templates');
......
30 31
$template->set_var(array(
31 32
	'ADMIN_URL' => ADMIN_URL,
32 33
	'WB_URL' => WB_URL,
33
	'THEME_URL' => THEME_URL
34
	'THEME_URL' => THEME_URL,
35
	'FTAN' => $ftan
34 36
	)
35 37
);
36 38

  
......
183 185
								'ADMIN_URL' => ADMIN_URL,
184 186
								'WB_URL' => WB_URL,
185 187
								'WB_PATH' => WB_PATH,
186
								'THEME_URL' => THEME_URL
188
								'THEME_URL' => THEME_URL,
189
								'FTAN' => $ftan
187 190
								)
188 191
						);
189 192

  

Also available in: Unified diff