Revision 1475
Added by Luisehahne over 14 years ago
| index.php | ||
|---|---|---|
| 16 | 16 |
* |
| 17 | 17 |
*/ |
| 18 | 18 |
|
| 19 |
|
|
| 20 | 19 |
require('../../config.php');
|
| 21 | 20 |
require_once(WB_PATH.'/framework/class.admin.php'); |
| 22 | 21 |
$admin = new admin('Access', 'users');
|
| ... | ... | |
| 27 | 26 |
$template->set_block('page', 'main_block', 'main');
|
| 28 | 27 |
$template->set_block("main_block", "manage_groups_block", "groups");
|
| 29 | 28 |
$template->set_var('ADMIN_URL', ADMIN_URL);
|
| 29 |
$template->set_var('FTAN', $admin->getFTAN());
|
|
| 30 | 30 |
|
| 31 | 31 |
// Get existing value from database |
| 32 | 32 |
// $database = new database(); |
| ... | ... | |
| 45 | 45 |
$template->parse('list', 'list_block', true);
|
| 46 | 46 |
// Loop through users |
| 47 | 47 |
while($user = $results->fetchRow()) {
|
| 48 |
$template->set_var('VALUE', $user['user_id']);
|
|
| 48 |
$template->set_var('VALUE',$admin->getIDKEY($user['user_id']));
|
|
| 49 | 49 |
$template->set_var('NAME', $user['display_name'].' ('.$user['username'].')');
|
| 50 | 50 |
$template->parse('list', 'list_block', true);
|
| 51 | 51 |
} |
| ... | ... | |
| 197 | 197 |
$template->pparse('output', 'page');
|
| 198 | 198 |
|
| 199 | 199 |
$admin->print_footer(); |
| 200 |
|
|
| 201 |
?> |
|
Also available in: Unified diff
! security fixes media, groups, users, sections
! reworked add sections in pages
! fix set empty href in show_menu2
! set show_menu2 version to 4.9.6
! reworked Droplet LoginBox, add redirect query
- remove unneeded folder js
! set Droplet to version 1.1.0
+ add checkboxes to change frontend absolute url to relative urls
! set output_filter version to 0.2