Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
Giraffaman committed Apr 12, 2024
1 parent 5736fb8 commit 24d9293
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ext/upload/main.php
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,8 @@ public function onSetupBuilding(SetupBuildingEvent $event): void
$sb->add_label("<i>PHP Limit = " . ini_get('upload_max_filesize') . "</i>");
$sb->add_choice_option(UploadConfig::TRANSLOAD_ENGINE, $tes, "<br/>Transload: ");
$sb->add_bool_option(UploadConfig::TLSOURCE, "<br/>Use transloaded URL as source if none is provided: ");
$sb->add_bool_option(UploadConfig::ALLOW_SPECIFIC_TAGS, "<br/>Support post-specific tags:");
$sb->add_bool_option(UploadConfig::ALLOW_SPECIFIC_RATINGS, "<br/>Support post-specific tags:");

$sb->start_table();
$sb->add_bool_option(UploadConfig::MIME_CHECK_ENABLED, "Enable upload MIME checks", true);
Expand Down

0 comments on commit 24d9293

Please sign in to comment.