Skip to content

Commit

Permalink
Fix #6
Browse files Browse the repository at this point in the history
  • Loading branch information
TN03 committed Feb 28, 2022
1 parent ee62b66 commit 3e47a1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admintemplate.inc.php
Expand Up @@ -35,7 +35,7 @@ function hi_adm_CheckRequest() {
$_SESSION['hi_admGetVars'] = array_merge($_SESSION['hi_admGetVars'], $req);
}
if ($plugin_cf['hi_admin']['admintemplate_configuration'] == 'true') {
$req = array('settings', 'validate', 'sysinfo', 'xh_backups', 'xh_pagedata');
$req = array('settings', 'validate', 'sysinfo', 'xh_backups', 'xh_pagedata', 'xh_change_password');
$_SESSION['hi_admGetVars'] = array_merge($_SESSION['hi_admGetVars'], $req);
}
}
Expand Down

0 comments on commit 3e47a1c

Please sign in to comment.