configuration added and updated

This commit is contained in:
Marc Wäckerlin
2017-02-26 11:11:41 +00:00
parent 4f6fd7bad9
commit fdde529e91
14 changed files with 160 additions and 21 deletions

5
etc/settings.php Normal file
View File

@@ -0,0 +1,5 @@
<?php
$path='/path/to/your/files';
$thumbs='/var/tmp/sahring-gallery/thumbnails/';
$max_validity_days=30;
?>