Skip to content

Commit

Permalink
Added HTTP_POST_FILES to core_API.php.
Browse files Browse the repository at this point in the history
git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@975 f5dc347c-c33d-0410-90a0-b07cc1902cb9
  • Loading branch information
Kenzaburo Ito committed May 19, 2002
1 parent a49e712 commit f26f433
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core_API.php
Expand Up @@ -12,6 +12,7 @@
extract( $HTTP_POST_VARS );
extract( $HTTP_GET_VARS );
extract( $HTTP_SERVER_VARS );
extract( $HTTP_POST_FILES );
/*foreach ( $HTTP_POST_VARS as $key => $value) {
$$key = $value;
}
Expand Down

0 comments on commit f26f433

Please sign in to comment.