GIF89a; Mini Shell

Mini Shell

Direktori : /home/serb/public_html/livechat/php/service/
Upload File :
Current File : /home/serb/public_html/livechat/php/service/ImageResizer.php

<?php

require_once ROOT_DIR . '/lib/smart_resize_image.php';

class ImageResizer extends Service
{
    public function resize($inputPath, $outputPath, $width, $height)
    {
        smart_resize_image($inputPath, $width, $height, false, $outputPath, false, false, 100);
    }
}

?>

./BlackJoker Mini Shell 1.0