1<?php 2$conf['pathtoowncloud'] = '/var/www/owncloud'; 3$conf['owncloudurl'] = 'http://example.org/owncloud'; 4$conf['marginFilelist'] = 20; 5$conf['linkAuthor'] = 1; 6//$conf['extendedDetail'] = 1; 7$conf['allowExternalImages'] = 1; 8$conf['allowedImagesURL'] = ''; 9$conf['allowedImagesURLregexp'] = ''; 10$conf['imageboxCaptionStyle'] = 'Normal'; 11 12 13