0byt3m1n1-V2
Path:
/
home
/
nlpacade
/
www
/
fonctions
/
[
Home
]
File: show_image.php
<?php //reference thumbnail class include_once('../classes/thumbnail.inc.php'); $thumb = new Thumbnail($_GET['filename']); $thumb->resize($_GET['width'],$_GET['height']); //$thumb->createReflection(40,40,80,true,'#CFCFCF'); $thumb->show(); exit; ?>
©
2018.