From 989f0c76ea7a96015e99d784e0c2478f1dfcc7c3 Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Mon, 16 Jan 2023 20:14:27 +0100 Subject: [PATCH] Remove 404 register globals PHP link --- _posts/10-06-01-Register-Globals.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/_posts/10-06-01-Register-Globals.md b/_posts/10-06-01-Register-Globals.md index 7ae5394..e1edcc6 100644 --- a/_posts/10-06-01-Register-Globals.md +++ b/_posts/10-06-01-Register-Globals.md @@ -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)