Kaynağa Gözat

Update to uploadclass (Comments)

tags/rls1
kenn408k 7 yıl önce
ebeveyn
işleme
489910f5b7
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1
    0
      classes/upload.class.php

+ 1
- 0
classes/upload.class.php Dosyayı Görüntüle

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
 

Loading…
İptal
Kaydet