From bc8feefc89d54b23a005f8a3f29f7b6c5d987390 Mon Sep 17 00:00:00 2001 From: 0x20h Date: Wed, 1 Feb 2012 20:12:34 +0100 Subject: [PATCH] added 'mask' option hint to file cache docblock --- app/Config/bootstrap.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Config/bootstrap.php b/app/Config/bootstrap.php index 86b7118947f..cdaf4f5bf08 100644 --- a/app/Config/bootstrap.php +++ b/app/Config/bootstrap.php @@ -37,6 +37,7 @@ * 'prefix' => 'cake_', //[optional] prefix every cache file with this string * 'lock' => false, //[optional] use file locking * 'serialize' => true, [optional] + * 'mask' => 0666, // [optional] permission mask to use when creating cache files * )); * * APC (http://pecl.php.net/package/APC)