aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-07-21 17:33:40 -0700
committerfriendica <info@friendica.com>2013-07-21 17:33:40 -0700
commit2455b0c92f029bcf2a6ff7f8b557f6292a599dbc (patch)
treefd4117354fa1dfe382850d199c05f6af735731d9 /mod
parent9f1fa5aba27d7f169569734190cfb9279160207c (diff)
downloadvolse-hubzilla-2455b0c92f029bcf2a6ff7f8b557f6292a599dbc.tar.gz
volse-hubzilla-2455b0c92f029bcf2a6ff7f8b557f6292a599dbc.tar.bz2
volse-hubzilla-2455b0c92f029bcf2a6ff7f8b557f6292a599dbc.zip
remove some unused settings from admin page
Diffstat (limited to 'mod')
-rw-r--r--mod/admin.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/mod/admin.php b/mod/admin.php
index 224a41867..f3e44afb8 100644
--- a/mod/admin.php
+++ b/mod/admin.php
@@ -421,9 +421,7 @@ function admin_page_site(&$a) {
'$allowed_email' => array('allowed_email', t("Allowed email domains"), get_config('system','allowed_email'), t("Comma separated list of domains which are allowed in email addresses for registrations to this site. Wildcards are accepted. Empty to allow any domains")),
'$block_public' => array('block_public', t("Block public"), get_config('system','block_public'), t("Check to block public access to all otherwise public personal pages on this site unless you are currently logged in.")),
'$force_publish' => array('publish_all', t("Force publish"), get_config('system','publish_all'), t("Check to force all profiles on this site to be listed in the site directory.")),
- '$global_directory' => array('directory_submit_url', t("Global directory update URL"), get_config('system','directory_submit_url'), t("URL to update the global directory. If this is not set, the global directory is completely unavailable to the application.")),
- '$no_community_page' => array('no_community_page', t("Show Community Page"), !get_config('system','no_community_page'), t("Display a Community page showing all recent public postings on this site.")),
'$proxyuser' => array('proxyuser', t("Proxy user"), get_config('system','proxyuser'), ""),
'$proxy' => array('proxy', t("Proxy URL"), get_config('system','proxy'), ""),
'$timeout' => array('timeout', t("Network timeout"), (x(get_config('system','curl_timeout'))?get_config('system','curl_timeout'):60), t("Value is in seconds. Set to 0 for unlimited (not recommended).")),