File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
6262Since version 2.0.0 a database layer will be necessary so an extra file at ` webappweb/models/Usersmodel.php `
6363its 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
You can’t perform that action at this time.
0 commit comments