From: Andrew Dolgov Date: Tue, 13 Dec 2011 10:04:44 +0000 (+0400) Subject: remove old help stuff X-Git-Tag: 1.5.8~21^2~5 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=56770001ddc0b6463f15db39896841b8781be2c6;p=tt-rss.git remove old help stuff --- diff --git a/help/2.php b/help/2.php deleted file mode 100644 index 9414ddd3..00000000 --- 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 716a756d..00000000 --- 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 ""; - } - } -?>