@ -631,7 +636,7 @@ function admin_page_site(&$a) {
'$use_fulltext_engine'=>array('use_fulltext_engine',t("Use MySQL full text engine"),get_config('system','use_fulltext_engine'),t("Activates the full text engine. Speeds up search - but can only search for four and more characters.")),
'$suppress_language'=>array('suppress_language',t("Suppress Language"),get_config('system','suppress_language'),t("Suppress language information in meta information about a posting.")),
'$itemcache'=>array('itemcache',t("Path to item cache"),get_config('system','itemcache'),"The item caches buffers generated bbcode and external images."),
'$itemcache_duration'=>array('itemcache_duration',t("Cache duration in seconds"),get_config('system','itemcache_duration'),t("How long should the cache files be hold? Default value is 86400 seconds (One day).")),
'$itemcache_duration'=>array('itemcache_duration',t("Cache duration in seconds"),get_config('system','itemcache_duration'),t("How long should the cache files be hold? Default value is 86400 seconds (One day). To disable the item cache, set the value to -1.")),
'$max_comments'=>array('max_comments',t("Maximum numbers of comments per post"),get_config('system','max_comments'),t("How much comments should be shown for each post? Default value is 100.")),
'$lockpath'=>array('lockpath',t("Path for lock file"),get_config('system','lockpath'),"The lock file is used to avoid multiple pollers at one time. Only define a folder here."),
'$temppath'=>array('temppath',t("Temp path"),get_config('system','temppath'),"If you have a restricted system where the webserver can't access the system temp path, enter another path here."),