Update gd.php
This commit is contained in:
parent
a1f055db69
commit
88d0ff3b20
|
@ -53,6 +53,7 @@ function flagGetFromUser($p){
|
||||||
if(contains("ITALIA", $o)) $re[]="it";
|
if(contains("ITALIA", $o)) $re[]="it";
|
||||||
if(contains("FRANCIA", $o)) $re[]="fr";
|
if(contains("FRANCIA", $o)) $re[]="fr";
|
||||||
if(contains("GERMANIA", $o)) $re[]="de";
|
if(contains("GERMANIA", $o)) $re[]="de";
|
||||||
|
if(contains("SLOVENIA", $o)) $re[]="slovenia";
|
||||||
return $re;
|
return $re;
|
||||||
}
|
}
|
||||||
function dlImage($userId,$fileName){
|
function dlImage($userId,$fileName){
|
||||||
|
|
Loading…
Reference in New Issue
Block a user