Interface count for asset
This commit is contained in:
@@ -9,7 +9,13 @@ SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
include("includes.php");
|
||||
include("header.php");
|
||||
|
||||
|
||||
$realms = db_load_enum('user','user_realm');
|
||||
|
||||
$smarty->assign("realm_ids", $realms);
|
||||
$smarty->assign("realm_names", $realms);
|
||||
$smarty->assign("realm_selected", $realms[0]);
|
||||
|
||||
$smarty->display("useradd.tpl");
|
||||
|
||||
include("footer.php");
|
||||
|
||||
Reference in New Issue
Block a user