X-Git-Url: https://jfr.im/git/uguu.git/blobdiff_plain/948faf8ff93fe81aa4501125647f010752d607bd..e08efcd9d7b5227c94edc208358b3e2b4f44339c:/static/php/includes/Upload.class.php diff --git a/static/php/includes/Upload.class.php b/static/php/includes/Upload.class.php index 7de2e1d..e19e4e5 100644 --- a/static/php/includes/Upload.class.php +++ b/static/php/includes/Upload.class.php @@ -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;