Update gd.php

This commit is contained in:
Mattia Mascarello 2022-08-15 03:28:19 +02:00 committed by GitHub
parent a16b9cfa03
commit 2e1db1e951
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,6 +17,8 @@ function flagGetFromUser($p){
if (contains("LELL", $o)) $re[]= "lesbian";
if (contains("OMNI", $o)) $re[]= "omni";
if (contains("QUESTIONING", $o)) $re[]= "questioning";
if (contains("DEMIS", $o)) $re[]= "demi";
if (contains("NB", $o) || contains("NON BINARY", $o)) $re[]= "nb";
if (contains("ETERO", $o) || contains("HET", $o)) $re[]= "etero";
//orientation, romantic
if (contains("BIROM", $o)) $re[]= "Biromantic";