/web/htdocs/www.harmattan.it/home/img/viaggi_gallery/SmartImage.class.php


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?php

/**
 * Smart, easy and simple Image Manipulation
 * 
 * @author Alessandro Coscia, Milano, Italy, php_staff@yahoo.it
 * http://www.codicefacile.it/smartimage
 * @copyright LGPL
 * @version 0.8.9
 *
 */

if ( !function_exists('version_compare') || version_comparephpversion(), '5''<' ) )
    include_once( 
'SmartImage.php4.class.php' ) ;
else
    include_once( 
'SmartImage.php5.class.php' ) ;

?>