Skip to content

Instantly share code, notes, and snippets.

@OlivierLaflamme
Last active January 24, 2022 16:04
Show Gist options
  • Save OlivierLaflamme/f7ced6644d72f5c52864b3fd73cb6528 to your computer and use it in GitHub Desktop.
Save OlivierLaflamme/f7ced6644d72f5c52864b3fd73cb6528 to your computer and use it in GitHub Desktop.
Don't let admins execute
bool isAdmin()
{
if (IsUserAnAdmin())
{
return false;
}
return true;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment