diff options
| author | George Halkiadakis <gchalkiadakis@sklavenitis.co.gr> | 2023-03-28 03:38:35 +0300 |
|---|---|---|
| committer | George Halkiadakis <gchalkiadakis@sklavenitis.co.gr> | 2023-03-28 03:38:35 +0300 |
| commit | 5ce005a4f120c7470cd84c1af306b64c52e3dbfc (patch) | |
| tree | f93fa229273aad02501d3ecb326091bb2f7d31aa /core | |
| parent | fa7303bc99ed56e6770928d59e16ee3306e26750 (diff) | |
| download | classroom-5ce005a4f120c7470cd84c1af306b64c52e3dbfc.tar.gz classroom-5ce005a4f120c7470cd84c1af306b64c52e3dbfc.tar.bz2 classroom-5ce005a4f120c7470cd84c1af306b64c52e3dbfc.zip | |
custom user manager extended class (work in progress)
Diffstat (limited to 'core')
| -rw-r--r-- | core/classes/Request.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/core/classes/Request.php b/core/classes/Request.php index cedb8a1..e1148b4 100644 --- a/core/classes/Request.php +++ b/core/classes/Request.php @@ -74,6 +74,16 @@ class Request } + /** + * Check: + * + * 1. + * https://dev.to/anastasionico/good-practices-how-to-sanitize-validate-and-escape-in-php-3-methods-139b + * + * 2. + * https://benhoyt.com/writings/dont-sanitize-do-escape/ + * + */ private function sanitize($array) { // TODO: |
