partkeepr

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

commit 4b4d80c51f5a7789c8f9a2a2c6d54871c2132030
parent dfbb47740cd458c60dad551a8ae827d5ee806cda
Author: Felicitus <felicitus@felicitus.org>
Date:   Wed,  9 Dec 2015 21:38:03 +0100

Added note regarding quota in bytes

Diffstat:
Mapp/config/parameters.php.dist | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/config/parameters.php.dist b/app/config/parameters.php.dist @@ -109,7 +109,7 @@ $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. + * If set to false, no quota is used. Set it to a numeric value to set a quota in bytes. */ $container->setParameter('partkeepr.filesystem.quota', false);