Not signed in (Sign In)

Categories

Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.

Help keep Vanilla free:
Welcome Guest!
Want to take part in these discussions? If you have an account, sign in now.
If you don't have an account, apply for one now.
  1.  # 1
    Would it be hard to replace line 55 from
    if (!in_array($FileExtension, $this->AllowedFileTypes[$FileType])) {
    to
    if (!in_array(strtoupper($FileExtension), $this->AllowedFileTypes[$FileType])) {

    Then there is no need any more to add 9 the same extentions to the allowedfiletypes list for the same extentions but only the all uppercase version.
Add your comments
    Username Password
  • Format comments as