Skip to content

Commit 3d14d90

Browse files
authored
Merge pull request #957 from petk/patch-register-globals
Remove 404 register globals PHP link
2 parents a57c5c8 + 989f0c7 commit 3d14d90

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

_posts/10-06-01-Register-Globals.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,3 @@ issues as your application cannot effectively tell where the data is coming from
1515
For example: `$_GET['foo']` would be available via `$foo`, which can override variables that have been declared.
1616

1717
If you are using PHP < 5.4.0 __make sure__ that `register_globals` is __off__.
18-
19-
* [Register_globals in the PHP manual](https://secure.php.net/security.globals)

0 commit comments

Comments
 (0)