Revision 1601
Added by Dietmar over 12 years ago
upload.php | ||
---|---|---|
162 | 162 |
} |
163 | 163 |
} |
164 | 164 |
if (isset($_POST['delzip'])) { unlink($filename1); } |
165 |
$dir = dirname($filename1); |
|
166 |
if(file_exists($dir)) { |
|
167 |
$array = createFolderProtectFile($dir); |
|
168 |
} |
|
165 | 169 |
} |
166 | 170 |
unset($list); |
171 |
|
|
167 | 172 |
if($sum_files == 1) { |
168 | 173 |
$admin->print_success($sum_files.' '.$MESSAGE['MEDIA']['SINGLE_UPLOADED'] ); |
169 | 174 |
} elseif($sum_files > 1) { |
Also available in: Unified diff
little designfix in forgot_form.php
fix media if uploading zip files with folder, than create FolderProtectFiles