Переглянути джерело

Update to uploadclass

tags/rls1
kenn408k 6 роки тому
джерело
коміт
5af0005d37
1 змінених файлів з 2 додано та 3 видалено
  1. 2
    3
      classes/upload.class.php

+ 2
- 3
classes/upload.class.php Переглянути файл

@@ -25,15 +25,14 @@ class Upload {
25 25
             // Error! This file does not have an acceptable filetype
26 26
             $errors[] = "Filtype ikke accepteret.";
27 27
         }
28
-        
28
+
29 29
         if ($size > 5000000) {
30 30
             $errors[] = "Fil for stor.";
31 31
         }
32
-        
32
+
33 33
         if (empty($errors)) {
34 34
             // Do fileupload
35 35
         }
36
-        
37 36
     }
38 37
 
39 38
 }

Завантаження…
Відмінити
Зберегти