fix admin config available for normal users
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user