@ -1044,7 +1041,6 @@ function admin_page_site(App $a) {
'$itemcache'=>array('itemcache',t("Path to item cache"),get_config('system','itemcache'),t("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). 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'),t("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'),t("If you have a restricted system where the webserver can't access the system temp path, enter another path here.")),
'$basepath'=>array('basepath',t("Base path to installation"),get_config('system','basepath'),t("If the system cannot detect the correct path to your installation, enter the correct path here. This setting should only be set if you are using a restricted system and symbolic links to your webroot.")),
'$proxy_disabled'=>array('proxy_disabled',t("Disable picture proxy"),get_config('system','proxy_disabled'),t("The picture proxy increases performance and privacy. It shouldn't be used on systems with very low bandwith.")),