mirror of
https://github.com/phishingclub/phishingclub.git
synced 2026-02-13 16:42:50 +00:00
7 lines
141 B
Go
7 lines
141 B
Go
package data
|
|
|
|
const (
|
|
// PERMISSION_ALLOW_GLOBAL allows all permissions, it is the god mode of permissions
|
|
PERMISSION_ALLOW_GLOBAL = "*"
|
|
)
|