GAMA-Site/img/helper.genthumb.php

15 lines
455 B
PHP
Raw Normal View History

<?php
/*------------------------------------------
* Helper.GenThumb.php - Function for generating thumbnails on upload
*
* Copyright (c) 2013 David Todd(c0de) of http://www.unps-gama.info and http://unps.us
* for use with the image host (http://img.unps-gama.info)
*------------------------------------------
*/
function genthumb($input){
echo "Placeholder for automatic 100x100px thumbnail generation of new pictures<br />\n";
}
?>