Subversion-Projekte lars-tiefland.ci

Revision

Revision 68 | Revision 2049 | Zur aktuellen Revision | Ganze Datei anzeigen | Leerzeichen ignorieren | Details | Blame | Letzte Änderung | Log anzeigen | RSS feed

Revision 68 Revision 1257
Zeile 884... Zeile 884...
884
			{
884
			{
885
				$cmd .= ' -resize '.$this->width.'x'.$this->height.'\!';
885
				$cmd .= ' -resize '.$this->width.'x'.$this->height.'\!';
886
			}
886
			}
887
		}
887
		}
Zeile 888... Zeile 888...
888
 
888
 
Zeile 889... Zeile 889...
889
		$cmd .= ' "'.escapeshellarg($this->full_src_path).'" "'.escapeshellarg($this->full_dst_path).'" 2>&1';
889
		$cmd .= escapeshellarg($this->full_src_path).' '.escapeshellarg($this->full_dst_path).' 2>&1';
890
 
890
 
891
		$retval = 1;
891
		$retval = 1;
892
		// exec() might be disabled
892
		// exec() might be disabled