3765d4d476
Add optional auto logoff of stuck sessions on RDG flap and direct RDP failure. Hide the RDS break button on old flap 302 when the user later reconnects or the workstation session is closed. Co-authored-by: Cursor <cursoragent@cursor.com>
6 lines
196 B
Python
6 lines
196 B
Python
"""Единый источник версии SAC (API, health, логи, OpenAPI)."""
|
|
|
|
APP_NAME = "Security Alert Center"
|
|
APP_VERSION = "0.4.10"
|
|
APP_VERSION_LABEL = f"{APP_NAME} v.{APP_VERSION}"
|