Remove 404 register globals PHP link

This commit is contained in:
Peter Kokot
2023-01-16 20:14:27 +01:00
parent 21994a8918
commit 989f0c76ea

View File

@@ -15,5 +15,3 @@ issues as your application cannot effectively tell where the data is coming from
For example: `$_GET['foo']` would be available via `$foo`, which can override variables that have been declared.
If you are using PHP < 5.4.0 __make sure__ that `register_globals` is __off__.
* [Register_globals in the PHP manual](https://secure.php.net/security.globals)