Removed storage configuration options. Not needed anymore.

This commit is contained in:
Matthieu Grieger 2014-09-17 15:09:25 -07:00
parent a53134ac63
commit 57e97dfca7

View file

@ -83,18 +83,6 @@ config.ADMIN_MOVE = true
config.ADMIN_KILL = true
-------------------------
-- STORAGE CONFIGURATION
-------------------------
-- Delete audio files after they have been played?
-- DEFAULT VALUE: true
config.DELETE_AUDIO = true
-- Delete thumbnails after they have been used?
config.DELETE_THUMBNAILS = true
----------------------
-- CHAT CONFIGURATION
----------------------