Skip to content

Commit 0702be5

Browse files
committed
RELEASE 2.0.0 no with database layer check
* added a note about the check how is done since commit 5d71d10
1 parent 5d71d10 commit 0702be5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,11 @@ 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.
61+
5962
Since version 2.0.0 a database layer will be necessary so an extra file at `webappweb/models/Usersmodel.php`
60-
its necesary to provide functionality
63+
its necesary to provide functionality, and `$rs_access` is the result of the DB check.
6164

6265
#### Process simple login
6366

0 commit comments

Comments
 (0)