thumbnail.php stub

This commit is contained in:
j3d1 2019-12-05 14:11:18 +01:00
parent 3758ff05cd
commit d0458cd23b

3
public/thumbnail.php Normal file
View file

@ -0,0 +1,3 @@
<?php
echo "TODO: create thumbnail for ".$_GET["id"]." here";
?>