Fixes config.

This commit is contained in:
Lars Jung 2011-11-26 20:56:07 +01:00
parent ff32e198a6
commit 4e4e654467

View file

@ -100,13 +100,13 @@ H5AI_CONFIG = {
* Requires PHP on the server. * Requires PHP on the server.
* Show thumbnails for image files. * Show thumbnails for image files.
*/ */
"showThumbs": true, "showThumbs": false,
/* /*
* Requires PHP on the server. * Requires PHP on the server.
* Enable zipped download of selected entries. * Enable zipped download of selected entries.
*/ */
"zippedDownload": true "zippedDownload": false
}, },