Untitled
unknown
plain_text
2 years ago
377 B
8
Indexable
$thumb_img = $file . '.png';
if (!is_dir($tconfig["tsite_upload_provider_image_path"] . '/thumnails/')) {
mkdir($tconfig["tsite_upload_provider_image_path"] . '/thumnails/', 0777);
chmod($tconfig["tsite_upload_provider_image_path"] . '/thumnails/', 0777);
}
$img_path = $tconfig["tsite_upload_provider_image_path"] . '/thumnails/' . $thumb_img;Editor is loading...