]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/default.php
Generally applying 0644 on all thumbnail images is maybe not what all people
[quix0rs-gnu-social.git] / lib / default.php
index 6d6677f2872de15232f448b9b835259536db160e..987c9bd6395fd7d9d1b9ba50ec2eca4a7f35cb5f 100644 (file)
@@ -256,6 +256,7 @@ $default =
               ),
         'thumbnail' =>
         array('crop' => false,      // overridden to true if thumb height === null
+              'chmod' => 0644,       // Access rights (chmod) for created thumbnail images
               'maxsize' => 1000,     // thumbs with an edge larger than this will not be generated
               'width' => 450,
               'height' => 600,