Improved register_globals
This commit is contained in:
parent
d6310c2016
commit
0f23b614a6
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
||||||
<?
|
<?
|
||||||
loadem("index");
|
loadem("index");
|
||||||
|
|
||||||
$id = intval($id);
|
$id = intval($_REQUEST['id']);
|
||||||
|
|
||||||
showheader(_("Welcome to CAcert.org"));
|
showheader(_("Welcome to CAcert.org"));
|
||||||
includeit($id, "help");
|
includeit($id, "help");
|
||||||
|
|
Loading…
Reference in a new issue