mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Rename haveAdminPrivileges -> isAdministratorOrPrintErr (use meaningful names)
This commit is contained in:
parent
96c5e2025d
commit
ca6707c54a
52 changed files with 53 additions and 53 deletions
|
|
@ -2644,7 +2644,7 @@ end
|
|||
|
||||
-- ##############################################
|
||||
|
||||
function haveAdminPrivileges(isJsonResponse)
|
||||
function isAdministratorOrPrintErr(isJsonResponse)
|
||||
|
||||
if (isAdministrator()) then
|
||||
return(true)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue