Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
Giraffaman committed Feb 26, 2024
1 parent 6740188 commit 8c707fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/upload/main.php
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ public function onSetupBuilding(SetupBuildingEvent $event): void
$sb->position = 10;
// Output the limits from PHP so the user has an idea of what they can set.
$sb->add_int_option(UploadConfig::FORM_COUNT, "Number of file inputs: ");
$sb->add_int_option(UploadConfig::COUNT, "Max uploads: ");
$sb->add_int_option(UploadConfig::COUNT, "<br/>Max uploads: ");
$sb->add_label("<i>PHP Limit = " . ini_get('max_file_uploads') . "</i>");
$sb->add_shorthand_int_option(UploadConfig::SIZE, "<br/>Max size per file: ");
$sb->add_label("<i>PHP Limit = " . ini_get('upload_max_filesize') . "</i>");
Expand Down

0 comments on commit 8c707fe

Please sign in to comment.