Improved register_globals

pull/1/head
root 16 years ago
parent d6310c2016
commit 0f23b614a6

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

Loading…
Cancel
Save