|
@@ -53,7 +53,7 @@ discard block |
|
|
block discarded – undo |
|
53
|
53
|
echo $deco->pageheader(sprintf(_("%s: Edit Profile - Result"), \config\Master::APPEARANCE['productname']), "ADMIN-IDP"); |
|
54
|
54
|
} else { |
|
55
|
55
|
$profile = $my_inst->newProfile(core\AbstractProfile::PROFILETYPE_RADIUS); |
|
56
|
|
- $loggerInstance->writeAudit($_SESSION['user'], "NEW", "IdP ". $my_inst->identifier." - Profile created"); |
|
|
56
|
+ $loggerInstance->writeAudit($_SESSION['user'], "NEW", "IdP ".$my_inst->identifier." - Profile created"); |
|
57
|
57
|
echo $deco->pageheader(sprintf(_("%s: Profile wizard (step 3 completed)"), \config\Master::APPEARANCE['productname']), "ADMIN-IDP"); |
|
58
|
58
|
} |
|
59
|
59
|
if (!$profile instanceof \core\ProfileRADIUS) { |
|
@@ -63,9 +63,9 @@ discard block |
|
|
block discarded – undo |
|
63
|
63
|
$realm = FALSE; |
|
64
|
64
|
$anon_support = FALSE; |
|
65
|
65
|
$attributes = $profile->getAttributes(); |
|
66
|
|
- $anonLocal = \core\common\Entity::getAttributeValue($attributes, "internal:anon_local_value", 0) ?? "anonymous"; |
|
|
66
|
+ $anonLocal = \core\common\Entity::getAttributeValue($attributes, "internal:anon_local_value", 0) ?? "anonymous"; |
|
67
|
67
|
$checkuser_support = FALSE; |
|
68
|
|
- $checkuser_local = \core\common\Entity::getAttributeValue($attributes, "internal:checkuser_value", 0) ?? "anonymous"; |
|
|
68
|
+ $checkuser_local = \core\common\Entity::getAttributeValue($attributes, "internal:checkuser_value", 0) ?? "anonymous"; |
|
69
|
69
|
$verify_support = FALSE; |
|
70
|
70
|
$hint_support = FALSE; |
|
71
|
71
|
$redirect = FALSE; |
Please login to merge, or discard this patch.