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