Improved register_globals

This commit is contained in:
root 2008-09-25 22:22:50 +00:00
parent 2dd2b882ea
commit 31b22a148b

View file

@ -18,7 +18,7 @@
<? <?
loadem("index"); loadem("index");
$id = intval($_REQUEST['id']); $id = array_key_exists('id',$_REQUEST)?intval($_REQUEST['id']):0;
showheader(_("Welcome to CAcert.org")); showheader(_("Welcome to CAcert.org"));
includeit($id, "help"); includeit($id, "help");