Files
sharing-gallery/etc/settings.php

5 lines
116 B
PHP
Raw Normal View History

2017-02-26 11:11:41 +00:00
<?php
2017-02-26 21:28:18 +00:00
$path = "/path/to/your/files";
$thumbs = "/var/tmp/sharing-gallery/thumbnails/";
$max_validity_days = "30";
2017-02-26 11:11:41 +00:00
?>