aboutsummaryrefslogtreecommitdiffstats
path: root/htconfig.php
diff options
context:
space:
mode:
Diffstat (limited to 'htconfig.php')
-rw-r--r--htconfig.php11
1 files changed, 0 insertions, 11 deletions
diff --git a/htconfig.php b/htconfig.php
index 0f9222ac5..89c226e9b 100644
--- a/htconfig.php
+++ b/htconfig.php
@@ -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;
-