This commit is contained in:
2021-01-11 09:35:33 +01:00
parent bc54fc0211
commit 60a5e03a21
5 changed files with 107 additions and 7 deletions

View File

@@ -3,4 +3,7 @@
Module modCurrent
Public _Client As Client
Public APPSERVER_ACTIVE As Boolean = False
Public SEARCH_STRING_ATTRID As String
Public SEARCH_INTEGER_ATTRID As String
Public NOBASIC_CONF As Boolean = False
End Module