From 88d0ff3b2088ea5705cd0039537e749851df32b9 Mon Sep 17 00:00:00 2001 From: Mattia Mascarello Date: Mon, 15 Aug 2022 03:33:04 +0200 Subject: [PATCH] Update gd.php --- src/gdImg/gd.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gdImg/gd.php b/src/gdImg/gd.php index cd64937..31ec1ae 100644 --- a/src/gdImg/gd.php +++ b/src/gdImg/gd.php @@ -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){