GAMA-Site/img/helper.genthumb.php
2013-02-15 18:14:58 -05:00

15 lines
455 B
PHP

<?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";
}
?>