Browse Source

fixed typo in Config/Aauth

v3-dev
REJack 6 years ago
parent
commit
f6e8cd43d6
No known key found for this signature in database
GPG Key ID: 4A44B48700429F46
  1. 6
      app/Config/Aauth.php

6
app/Config/Aauth.php

@ -35,7 +35,7 @@ class Aauth extends BaseConfig
| |
| 'linkNoPermission' | 'linkNoPermission'
| |
| If user don't have permisssion to see the page he will be redirected | If user don't have permission to see the page he will be redirected
| the page specified. | the page specified.
| (default: false) | (default: false)
| |
@ -289,12 +289,12 @@ class Aauth extends BaseConfig
| |
| 'dbProfile' | 'dbProfile'
| |
| The configuration database profile (definied in Config/Database.php) | The configuration database profile (defined in Config/Database.php)
| (default: 'default') | (default: 'default')
| |
| 'dbTableUsers' | 'dbTableUsers'
| |
| The table which containss users | The table which contains users
| (default: 'aauth_users') | (default: 'aauth_users')
| |
| 'dbTableUserVariables' | 'dbTableUserVariables'

Loading…
Cancel
Save