Skip to content

Commit 984c489

Browse files
author
Björn Tantau
committed
Remove is_anonymous checks, like in 61ba79d.
1 parent 6a19403 commit 984c489

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

main/rfc1867.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1162,10 +1162,6 @@ SAPI_API SAPI_POST_HANDLER_FUNC(rfc1867_post_handler) /* {{{ */
11621162
/* Add full path of supplied file for folder uploads via
11631163
* <input type="file" name="files" multiple webkitdirectory>
11641164
*/
1165-
if (!is_anonymous) {
1166-
safe_php_register_variable(lbuf, filename, strlen(filename), NULL, 0);
1167-
}
1168-
11691165
/* Add $foo[fullname] */
11701166
if (is_arr_upload) {
11711167
snprintf(lbuf, llen, "%s[fullpath][%s]", abuf, array_index);

0 commit comments

Comments
 (0)