Browse Source

Started to make uploadclass.

tags/rls1
kenn408k 6 years ago
parent
commit
620457dba6
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      classes/upload.class.php

+ 1
- 1
classes/upload.class.php View File

@@ -4,7 +4,7 @@
4 4
  * Handles all uploads
5 5
  */
6 6
 
7
-class Get {
7
+class Upload {
8 8
 
9 9
     // Acceptable filetypes
10 10
     private $filetypes = ['jpeg', 'jpg', 'png', 'svg', 'gif'];

Loading…
Cancel
Save