rename variables

This commit is contained in:
Marc Wäckerlin
2017-02-26 22:17:28 +00:00
parent 473aaa322f
commit 59f1ee76c2
2 changed files with 15 additions and 15 deletions

View File

@@ -1,5 +1,5 @@
<?php
$path = "/path/to/your/files";
$thumbs = "/var/tmp/sharing-gallery/thumbnails/";
$imagepath = "/path/to/your/files";
$thumbpath = "/var/tmp/sharing-gallery/thumbnails/";
$max_validity_days = "30";
?>