コード例 #1
0
ファイル: security.php プロジェクト: kchizi/innomatic-legacy
function action_set_security_preset($eventData)
{
    global $gLocale, $gPageStatus;
    $innomaticSecurity = new \Innomatic\Security\SecurityManager();
    $innomaticSecurity->setPredefinedLevel($eventData['preset']);
    $gPageStatus = $gLocale->getStr('security_settings_set.status');
}