Clean up more help.

This commit is contained in:
Solomon Peachy 2017-05-08 21:58:14 -04:00
parent c0b793d174
commit 79b8820a47
1 changed files with 3 additions and 1 deletions

View File

@ -63,6 +63,9 @@ $help_id = isset($_REQUEST['help']) ? $_REQUEST['help'] : 0;
if (!is_numeric($help_id)) {
$help_id = 0;
}
if ($help_id > 11) {
$help_id = 0;
}
$helpfiles = array (array("Content", "content.html"),
array("Registration", "registration.html"),
@ -71,7 +74,6 @@ $helpfiles = array (array("Content", "content.html"),
array("Date Book", "datebook.html"),
array("Profile", "profile.html"),
array("Photo Management", "photo.html"),
array("Print", "print.html"),
array("Search", "search.html"),
array("Settings", "settings.html"),
array("Tools", "tools.html"),