mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-20 00:30:50 +08:00
recover ptGen
This commit is contained in:
@@ -120,6 +120,11 @@ class Setting extends NexusModel
|
||||
return self::get("main.defaultlang");
|
||||
}
|
||||
|
||||
public static function getIsPTGenEnabled(): bool
|
||||
{
|
||||
return self::get("main.enable_pt_gen_system") == "yes";
|
||||
}
|
||||
|
||||
public static function getIsUseChallengeResponseAuthentication(): bool
|
||||
{
|
||||
return self::get("security.use_challenge_response_authentication") == "yes";
|
||||
|
||||
Reference in New Issue
Block a user