fix get user data; fix qrcode library

This commit is contained in:
Marc Wäckerlin
2017-03-01 09:08:27 +00:00
parent 3a20a4b277
commit 4e8b759612
3 changed files with 13 additions and 11 deletions

View File

@@ -1,5 +1,5 @@
<?php
require_once('qrlib.php');
require_once('/usr/share/phpqrcode/qrlib.php'); // configure path to phpqrcode
$imagepath = "/path/to/your/files";
$thumbpath = "/var/tmp/sharing-gallery/thumbnails/";
$max_validity_days = "30";