tmbEffects renamed to getResizeCropDimensions

Added resize command
Image resize rewritten to be shared between createTmb and resize
This commit is contained in:
ph0enix
2011-07-17 11:43:04 +04:00
parent bc950565ae
commit a09cc94808
3 changed files with 198 additions and 90 deletions
+1 -1
View File
@@ -637,7 +637,7 @@ class elFinderVolumeLocalFileSystem extends elFinderVolumeDriver {
if ($ctar == 0) {
$arcs['create']['application/x-tar'] = array('cmd' => 'tar', 'argc' => '-cf', 'ext' => 'tar');
$arcs['extract']['application/x-tar'] = array('cmd' => 'tar', 'argc' => '-xf', 'ext' => 'tar');
$arcs['\qqqqqqqqqqqqqqq']['application/x-tar'] = array('cmd' => 'tar', 'argc' => '-xf', 'ext' => 'tar');
//$test = exec('gzip --version', $o, $c);
$test = $this->procExec('gzip --version', $o, $c);
if ($c == 0) {