mirror of
https://github.com/c0de-archive/GAMA-Site.git
synced 2024-12-22 17:42:40 +00:00
Function for generating thumbnails on upload
This commit is contained in:
parent
42471e530f
commit
a34d45defc
15
img/helper.genthumb.php
Normal file
15
img/helper.genthumb.php
Normal 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";
|
||||||
|
}
|
||||||
|
|
||||||
|
?>
|
Loading…
Reference in New Issue
Block a user