-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.php
15 lines (13 loc) · 867 Bytes
/
config.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php
// simplephotogallery config
$title = "Title";
$infotext = ""; // header text / info
$copyright = "© 2018 your_name, your_email/website";
$thumbsize = 200; // thumbnail size in pixel (short edge)
$withspacing = true; // display thumbnails with spacing and border?
$squarethumbs = false; // display thumbs as squares rather than rectangles?
$download_filename = "photogallery.zip"; // leave blank to disable file download
$password = ""; // leave blank to disable login (everyone can see the page)
$randomize_filenames = false; // if set to true, all image filenames will be randomized
$collect_ipaddr = false; // should only be enabled for testing
?>