Bläddra i källkod

Update to uploadclass (Comments)

tags/rls1
kenn408k 6 år sedan
förälder
incheckning
489910f5b7
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. 1
    0
      classes/upload.class.php

+ 1
- 0
classes/upload.class.php Visa fil

27
         }
27
         }
28
 
28
 
29
         if ($size > 5000000) {
29
         if ($size > 5000000) {
30
+            // We accept a max size of 5 megabytes. (not 5 mebibytes)
30
             $errors[] = "Fil for stor.";
31
             $errors[] = "Fil for stor.";
31
         }
32
         }
32
 
33
 

Laddar…
Avbryt
Spara