Function for generating thumbnails on upload

This commit is contained in:
alopexc0de 2013-02-15 18:14:58 -05:00
parent 42471e530f
commit a34d45defc
1 changed files with 15 additions and 0 deletions

15
img/helper.genthumb.php Normal file
View File

@ -0,0 +1,15 @@
<?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";
}
?>