Prefix all GPC variables according to our coding standard

This commit is contained in:
Jonathan Ernst
2006-07-06 17:27:54 +00:00
committed by WineHQ
parent bd19dc7a0b
commit 735a2bc65f
59 changed files with 794 additions and 799 deletions

View File

@@ -8,9 +8,9 @@ include(BASE."include/"."incl.php");
$help_path = BASE."/help";
if($_GET['topic'])
if($_GET['sTopic'])
{
display_help($_GET['topic']);
display_help($_GET['sTopic']);
} else {
display_index();
}
@@ -46,7 +46,7 @@ function display_index ()
$id = $arr[1];
$title = get_help_title("$help_path/$file");
echo " <li> <a href=\"".BASE."help?topic=$id\" style=\"cursor: help\"> $title </a><p /></li>\n";
echo " <li> <a href=\"".BASE."help?sTopic=$id\" style=\"cursor: help\"> $title </a><p /></li>\n";
}
echo "</ul><hr noshade>\n";