/home/aqcert/public_html/admin/tinymce/tests/plugins/filemanager
NameSizeModeActions
css/-0755rm
ico/-0755rm
images/-0755rm
img/-0755rm
js/-0755rm
lang/-0755rm
config.php21870644editdlrm
create_folder.php3270644editdlrm
delete_file.php3290644editdlrm
delete_folder.php3350644editdlrm
dialog.php165040644editdlrm
force_download.php4920644editdlrm
php_image_magician.php1042000644editdlrm
plugin.min.js10010644editdlrm
upload.php23100644editdlrm
utils.php13150644editdlrm
Edit: /home/aqcert/public_html/admin/tinymce/tests/plugins/filemanager/upload.php (2310B)
$image_max_width){ $resize=true; $srcHeight=$image_max_width*$srcHeight/$srcWidth; $srcWidth=$image_max_width; } if($image_max_height!=0 && $srcHeight >$image_max_height){ $resize=true; $srcWidth =$image_max_height*$srcWidth/$srcHeight; $srcHeight =$image_max_height; } if($resize) create_img_gd($targetFile, $targetFile, $srcWidth, $srcHeight); } } if(isset($_POST['submit'])){ $query = http_build_query(array( 'type' => $_POST['type'], 'lang' => $_POST['lang'], 'subfolder' => $_POST['subfolder'], 'popup' => $_POST['popup'], 'field_id' => $_POST['field_id'], 'editor' => $_POST['editor'], 'fldr' => $_POST['fldr'], )); header("location: dialog.php?" . $query); } ?>