@@ -105,6 +105,7 @@ |
||
| 105 | 105 | */ |
| 106 | 106 | /** |
| 107 | 107 | * @param integer $key_length |
| 108 | + * @param integer $count |
|
| 108 | 109 | */ |
| 109 | 110 | function pbkdf2($algorithm, $password, $salt, $count, $key_length, $raw_output = false) |
| 110 | 111 | { |
@@ -1160,7 +1160,7 @@ |
||
| 1160 | 1160 | break; |
| 1161 | 1161 | } |
| 1162 | 1162 | |
| 1163 | - try{ |
|
| 1163 | + try { |
|
| 1164 | 1164 | unlink($_POST['filename']); |
| 1165 | 1165 | } |
| 1166 | 1166 | |
@@ -218,7 +218,7 @@ |
||
| 218 | 218 | |
| 219 | 219 | // Create target dir |
| 220 | 220 | if (!file_exists($targetDir)) { |
| 221 | - try{ |
|
| 221 | + try { |
|
| 222 | 222 | mkdir($targetDir); |
| 223 | 223 | } |
| 224 | 224 | } |