enabled) {
__("This page is restricted to authorized staff");
exit();
}
$fields = array (
"member_id" => array ("post", "integer", null),
"fqdn_id" => array ("post", "integer", null),
);
getFields($fields);
include_once ("head.php");
?>
|
|
|
|
|
variables_list();
$global_conf=$variables->get_impersonated();
foreach( $variables->variables_list_name() as $varname => $varcomment) { ?>
|
|
|
|
|
get_sub_domain_all($fqdn_id);
$fqdn=$dom->get_panel_url_list()[$fqdn_id];
$impersonated_conf=$variables->get_impersonated($fqdn, $member_id);
echo sprintf(_("Here are values for members %s logged via %s"), ''.$ml[$member_id].'', "$fqdn") ;?>
";
echo ""._("Var")." | ";
foreach( $variables->strata_order as $st) {
echo "$st | ";
} // foeach
echo ""._("Used value")." | ";
echo "
";
foreach( $variables->variables_list_name() as $varname => $varcomment) { ?>
|
|
|
|
|
|
|
|
|