123456789101112131415161718192021222324252627282930313233343536 |
- [index]
- NAME="Index module"
- URL="index.php"
- ICON="builds.png"
- [test]
- NAME="Testing module"
- URL="?module=test"
- ICON="exhorse.png"
- NEED_RIGHT=TESTING
- [githublink]
- NAME="GitHub"
- URL="https://github.com/nightflyza/YALF"
- ICON="github.png"
- [usermanager]
- NAME="System users management"
- URL="?module=usermanager"
- ICON="permissions.png"
- NEED_RIGHT=ROOT
- NEED_OPTION=YALF_AUTH_ENABLED
- [devconsole]
- NAME="Developers console"
- URL="?module=devconsole"
- ICON="sqlconsole.png"
- NEED_RIGHT=ROOT
- NEED_OPTION=YALF_AUTH_ENABLED
- [sysconf]
- NAME="System settings"
- URL="?module=sysconf"
- ICON="sysconf.png"
- NEED_RIGHT=ROOT
- NEED_OPTION=YALF_AUTH_ENABLED
|