]> git.p6c8.net - jirafeau_project.git/blobdiff - lib/config.original.php
Closes #4 Remove block feature
[jirafeau_project.git] / lib / config.original.php
index d955d19dfa1328dfbd536fa29b456212753efb2c..fefd61e843011b434782f55ad48f025f92bbdb4a 100644 (file)
@@ -43,10 +43,6 @@ $cfg['preview'] = true;
  * true: Will show a download page (with preview if permited and possible).
  * false: Will directly download file or preview (if permited and possible). */
 $cfg['download_page'] = false;
-/* Block feature:
-   The scripting interface can propose to create, read, write, delete blocks
-   of data. */
-$cfg['enable_blocks'] = false;
 /* Encryption feature. disable it by default.
  * By enabling it, file-level deduplication won't work. */
 $cfg['enable_crypt'] = false;

patrick-canterino.de