diff --git a/help/2.php b/help/2.php deleted file mode 100644 index 9414ddd38..000000000 --- a/help/2.php +++ /dev/null @@ -1,10 +0,0 @@ -

- -

- -

- -

- -

ContentFilters (wiki) - diff --git a/modules/help.php b/modules/help.php deleted file mode 100644 index 716a756dc..000000000 --- a/modules/help.php +++ /dev/null @@ -1,27 +0,0 @@ - - ".__('Help')." - - - "; - } - - $tid = sprintf("%d", $_REQUEST["tid"]); - - if (file_exists("help/$tid.php")) { - include("help/$tid.php"); - } else { - print "

".__("Help topic not found.")."

"; - } - print "
-
"; - - if (!$_REQUEST["noheaders"]) { - print ""; - } - } -?>