From f6e8cd43d62d684f5661af72342b8647df632e4e Mon Sep 17 00:00:00 2001 From: REJack Date: Mon, 31 Dec 2018 18:20:06 +0000 Subject: [PATCH] fixed typo in Config/Aauth --- app/Config/Aauth.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/Config/Aauth.php b/app/Config/Aauth.php index b486080..90a0721 100644 --- a/app/Config/Aauth.php +++ b/app/Config/Aauth.php @@ -35,7 +35,7 @@ class Aauth extends BaseConfig | | '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. | (default: false) | @@ -289,12 +289,12 @@ class Aauth extends BaseConfig | | 'dbProfile' | - | The configuration database profile (definied in Config/Database.php) + | The configuration database profile (defined in Config/Database.php) | (default: 'default') | | 'dbTableUsers' | - | The table which containss users + | The table which contains users | (default: 'aauth_users') | | 'dbTableUserVariables'