]> jfr.im git - uguu.git/commitdiff
fix for filename extension bug
authornokonoko <redacted>
Sat, 29 Jan 2022 20:11:12 +0000 (21:11 +0100)
committernokonoko <redacted>
Sat, 29 Jan 2022 20:11:12 +0000 (21:11 +0100)
static/php/includes/Upload.class.php

index 7de2e1dd7cae7d89a5b5285e4ca522b2286d4842..e19e4e5c33569d67ebcdae4d1401ec648474f79a 100644 (file)
@@ -28,12 +28,12 @@ class Upload
 {
 
     public static string $FILE_NAME;
-    public static string $FILE_EXTENSION;
+    public static mixed $FILE_EXTENSION;
     public static string $FILE_MIME;
     public static string $SHA1;
     public static string $NEW_NAME;
     public static string $NEW_NAME_FULL;
-    public static string $IP;
+    public static mixed $IP;
 
     public static string $FILE_SIZE;
     public static string $TEMP_FILE;