fix admin config available for normal users
This commit is contained in:
parent
b15eecb3cc
commit
3bca4be83f
@ -321,6 +321,8 @@ Public Class frmStart
|
|||||||
End If
|
End If
|
||||||
If USER_IS_ADMIN = True Then
|
If USER_IS_ADMIN = True Then
|
||||||
btnAdminConfig.Visible = True
|
btnAdminConfig.Visible = True
|
||||||
|
Else
|
||||||
|
btnAdminConfig.Visible = False
|
||||||
End If
|
End If
|
||||||
TimerRefresh.Start()
|
TimerRefresh.Start()
|
||||||
End Sub
|
End Sub
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user