Merge pull request #957 from petk/patch-register-globals

Remove 404 register globals PHP link
This commit is contained in:
Xymph
2023-01-17 09:38:38 +01:00
committed by GitHub

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. 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__. 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)