diff options
author | friendica <info@friendica.com> | 2013-12-22 19:56:22 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-12-22 19:56:22 -0800 |
commit | dcc58dec0037f41cc89c42ced5c1968517eb34c8 (patch) | |
tree | 4300d19df2e1871275788d725c29f5a92fe95cc6 /mod/help.php | |
parent | 6fcc4beac5b87b04a80bec1d40baec2cc97be8f1 (diff) | |
download | volse-hubzilla-dcc58dec0037f41cc89c42ced5c1968517eb34c8.tar.gz volse-hubzilla-dcc58dec0037f41cc89c42ced5c1968517eb34c8.tar.bz2 volse-hubzilla-dcc58dec0037f41cc89c42ced5c1968517eb34c8.zip |
Provide Terms of Service placeholder page (includes doc/SiteTOS.md)
Diffstat (limited to 'mod/help.php')
-rw-r--r-- | mod/help.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mod/help.php b/mod/help.php index cd2dfd87e..a4ccd1cfe 100644 --- a/mod/help.php +++ b/mod/help.php @@ -87,7 +87,6 @@ function help_content(&$a) { function preg_callback_help_include($matches) { - print_r($matches); if($matches[1]) return str_replace($matches[0],load_doc_file($matches[1]),$matches[0]); |