4 lines
65 B
PHP
4 lines
65 B
PHP
|
<?php
|
||
|
echo "TODO: create thumbnail for ".$_GET["id"]." here";
|
||
|
?>
|