Fix concat

This commit is contained in:
ChillerDragon 2023-11-28 13:12:46 +01:00
parent 2f07c37bba
commit 2612644127

View file

@ -76,7 +76,7 @@ function upload_image() {
echo "Sorry, only JPG, JPEG, PNG & GIF files are allowed.";
$uploadOk = 0;
}
dbg("file type: " + $imageFileType);
dbg("file type: " . $imageFileType);
// Check if $uploadOk is set to 0 by an error
if ($uploadOk == 0) {