]> git.mxchange.org Git - friendica.git/blobdiff - htconfig.php
remove all plugins from default config
[friendica.git] / htconfig.php
index 0f9222ac59d00845e24f6528a9c4f24a21d8bf50..89c226e9b429ac4c37a92c3edbb28cd8067a3b18 100644 (file)
@@ -69,14 +69,3 @@ $a->config['system']['rino_encrypt'] = true;
 $a->config['system']['theme'] = 'duepuntozero';
 
 
-// Addons or plugins are configured here.
-// This is a comma seperated list of addons to enable. Example:
-// $a->config['system']['addon'] = 'js_upload,randplace,oembed';
-
-$a->config['system']['addon'] = 'js_upload';
-
-
-// Disable oembed embedding
-// This disable the conversion of [embed]$url[/embed] tag in html
-// $a->config['system']['no_oembed'] = true;
-