diff --git a/APPL/API2/model_fac_idp.inc b/APPL/API2/model_fac_idp.inc index d31d8b552c..806cbfc735 100644 --- a/APPL/API2/model_fac_idp.inc +++ b/APPL/API2/model_fac_idp.inc @@ -100,6 +100,12 @@ function fac_idp() "label": L("fac_idp_ipfilter"), "typ": "varchar" }, + "_currentIP" : { + "dbs": "", + "label": "Current IP", + "typ": "label", + "labelvalue": String(Request.ServerVariables("REMOTE_ADDR")) + }, "ipauto": { "dbs": "fac_idp_ipauto", "label": L("fac_idp_ipauto"),