Files
sharing-gallery/etc/settings.php

7 lines
167 B
PHP
Raw Normal View History

2017-02-26 11:11:41 +00:00
<?php
2017-02-26 22:17:28 +00:00
$imagepath = "/path/to/your/files";
$thumbpath = "/var/tmp/sharing-gallery/thumbnails/";
2017-02-26 21:28:18 +00:00
$max_validity_days = "30";
2017-02-28 12:25:29 +00:00
$font = "DejaVu-Sans";
$preview_num = "5";
2017-02-26 11:11:41 +00:00
?>