We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d71d10 commit 0702be5Copy full SHA for 0702be5
README.md
@@ -56,8 +56,11 @@ The core core process is just 4 files:
56
/inicion.php Login view page for init the sesion process
57
```
58
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
+
62
Since version 2.0.0 a database layer will be necessary so an extra file at `webappweb/models/Usersmodel.php`
-its necesary to provide functionality
63
+its necesary to provide functionality, and `$rs_access` is the result of the DB check.
64
65
#### Process simple login
66
0 commit comments