Skip to content

Commit 81237fb

Browse files
committed
Fix spelling
1 parent 301aa97 commit 81237fb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ The core core process is just 4 files:
5656
/inicion.php Login view page for init the sesion process
5757
```
5858

59-
Until version 1.0.0 the ckech per se is made at the file `Indexauth.php` in the auth function..
60-
the line of the variable `$rs_access` has the status.. if are not TRUE or not NULL the check is passed.
59+
Until version 1.0.0 the check per se is made at the file `Indexauth.php` in the auth function..
60+
the line of the variable `$rs_access` has the status.. if not TRUE or not NULL the check is passed.
6161

6262
Since version 2.0.0 a database layer will be necessary so an extra file at `webappweb/models/Usersmodel.php`
6363
its necesary to provide functionality, and `$rs_access` is the result of the DB check.
@@ -76,7 +76,7 @@ process of the credentials.
7676

7777
```
7878
->user/pass--->Indexauth/index--->Indexauth/auth()---->Indexhome/index (sucess)
79-
|
79+
(check) |
8080
|---->Indexauth/index (fail)
8181
```
8282

0 commit comments

Comments
 (0)