Skip to content

Commit

Permalink
Keep file_uploads as bool
Browse files Browse the repository at this point in the history
  • Loading branch information
solracsf authored Jan 2, 2021
1 parent 92f715d commit 446b9d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/base.php
Original file line number Diff line number Diff line change
Expand Up @@ -623,6 +623,7 @@ public static function init() {
//try to set the maximum filesize to 10G
@ini_set('upload_max_filesize', '10G');
@ini_set('post_max_size', '10G');
@ini_set('file_uploads', 'On');

self::setRequiredIniValues();
self::handleAuthHeaders();
Expand Down

0 comments on commit 446b9d1

Please sign in to comment.