mirror of
https://github.com/c0de-archive/GAMA-Site.git
synced 2024-11-01 02:27:46 +00:00
15 lines
455 B
PHP
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";
|
|
}
|
|
|
|
?>
|