Update gd.php

This commit is contained in:
Mattia Mascarello 2022-08-15 03:33:04 +02:00 committed by GitHub
parent a1f055db69
commit 88d0ff3b20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,6 +53,7 @@ function flagGetFromUser($p){
if(contains("ITALIA", $o)) $re[]="it";
if(contains("FRANCIA", $o)) $re[]="fr";
if(contains("GERMANIA", $o)) $re[]="de";
if(contains("SLOVENIA", $o)) $re[]="slovenia";
return $re;
}
function dlImage($userId,$fileName){