Project

General

Profile

Bug #21311 » 0012280_v2.diff

Administrator Admin, 2009-10-21 02:51

View differences:

t3lib/class.t3lib_extfilefunc.php (working copy)
if (!$this->isInit) return FALSE;
$theFolder = $this->cleanFileName($cmds['data']);
if (isset($theFolder)) {
if (isset($theFolder) && trim($theFolder) != "") {
if ($this->checkFileNameLen($theFolder)) {
$theTarget = $this->is_directory($cmds['target']); // Check the target dir
if ($theTarget) {
(2-2/2)