Skip to content

Commit 989f0c7

Browse files
committed
Remove 404 register globals PHP link
1 parent 21994a8 commit 989f0c7

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)