2 //error_reporting(E_ALL);
4 * the file that outputs the images
9 require ('config.inc.php');
10 require (LIB_PATH
.'functions.inc.php');
13 $id = tsPage
::getRequest('id');
14 $resizeW = tsPage
::getRequest('w');
15 $resizeH = tsPage
::getRequest('h');
17 $a = new tsImage2 ( tsImage2
::getPath ($id) );
18 $a->testPath(tsImage2
::getPath ($id));
19 //if (!empty($resizeH) && !empty($resizeW))
20 // $a->resize($resizeW,$resizeH);
22 echo "\n".'(c) HabarNam - 2006';