partkeepr

fork of partkeepr
git clone https://git.e1e0.net/partkeepr.git
Log | Files | Refs | Submodules | README | LICENSE

commit 85d223747edddb61cf427b4a49215095e4d8743c
parent d9dcea4fdca61d1db0645e025838c5a927e30253
Author: Felicitus <felicitus@felicitus.org>
Date:   Thu, 19 Nov 2015 14:53:40 +0100

Added missing quota parameter to the dist file

Diffstat:
Mapp/config/parameters.php.dist | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/app/config/parameters.php.dist b/app/config/parameters.php.dist @@ -105,3 +105,9 @@ $container->setParameter('partkeepr.category.path_separator', ' ➤ '); * Specifies a message of the day */ $container->setParameter('partkeepr.frontend.motd', "This is a MOTD"); + +/** + * Specifies if a quota should be used. + * If set to false, no quota is used. Set it to a numeric value to set a quota. + */ +$container->setParameter('partkeepr.filesystem.quota', false);