mirror of
https://github.com/nokonoko/Uguu.git
synced 2024-01-06 13:35:15 +00:00
fix for filename extension bug
This commit is contained in:
parent
948faf8ff9
commit
e08efcd9d7
@ -28,12 +28,12 @@ class Upload
|
|||||||
{
|
{
|
||||||
|
|
||||||
public static string $FILE_NAME;
|
public static string $FILE_NAME;
|
||||||
public static string $FILE_EXTENSION;
|
public static mixed $FILE_EXTENSION;
|
||||||
public static string $FILE_MIME;
|
public static string $FILE_MIME;
|
||||||
public static string $SHA1;
|
public static string $SHA1;
|
||||||
public static string $NEW_NAME;
|
public static string $NEW_NAME;
|
||||||
public static string $NEW_NAME_FULL;
|
public static string $NEW_NAME_FULL;
|
||||||
public static string $IP;
|
public static mixed $IP;
|
||||||
|
|
||||||
public static string $FILE_SIZE;
|
public static string $FILE_SIZE;
|
||||||
public static string $TEMP_FILE;
|
public static string $TEMP_FILE;
|
||||||
|
Loading…
Reference in New Issue
Block a user