remove all plugins from default config

This commit is contained in:
friendica
2011-12-12 16:28:33 -08:00
parent c45b903178
commit 01cae9a50a
8 changed files with 1 additions and 50 deletions

View File

@@ -1,4 +1,4 @@
<?php
<?php
// Nastavte následující pro Vaši instalaci MySQL
// Zkopírujte nebo přejmenujte tento soubor na .htconfig.php
@@ -70,9 +70,4 @@ $a->config['system']['rino_encrypt'] = true;
$a->config['system']['theme'] = 'duepuntozero';
// Addony or pluginy se nastavují zde.
// Toto je list čárkou oddělených addonů, které jsou povoleny. Příklad:
// $a->config['system']['addon'] = 'js_upload,randplace,oembed';
$a->config['system']['addon'] = 'js_upload';