Development
This commit is contained in:
parent
33ec9e7f1c
commit
0cec7d69c9
12 changed files with 124 additions and 92 deletions
|
|
@ -1,9 +1,9 @@
|
|||
import json
|
||||
import os
|
||||
from config_utils import collect_layout_tokens, CONFIGS_DIR
|
||||
import license
|
||||
import settings as settings
|
||||
|
||||
PRO_LICENSE = license.is_pro()
|
||||
PRO_LICENSE = settings.is_pro()
|
||||
|
||||
RADIUS_LOG_MAX = 50
|
||||
RADIUS_LOG_FILE = '/var/log/freeradius/radius.log'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue