You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Removing old code and version bumping
Getvar requires PHP 5.4, so magic quotes ALWAYS returns false.
MD5 hashing is no longer recommended. Application should use its own hashing system.
SQL Safe is no longer supplied. Application should use database specific input escaping.
Security Extension: Added password function
This function will unset the $SUPERGLOBAL[$name] from:
- $_GET
- $_POST
- $_REQUEST
This is to help prevent leaking passwords into logs used internally