Home
last modified time | relevance | path

Searched refs:short_url (Results 1 – 2 of 2) sorted by relevance

/plugin/freechat/phpfreechat/src/
H A Dpfcurlprocessing.php76 if (! $c->short_url)
90 …$short_url = ($len > $shurl_w) ? substr($decodedurl, 0, $shurl_begin_w) . "..." . substr($decodedu…
92 return htmlentities($short_url, ENT_QUOTES);
H A Dpfcglobalconfig.class.php375 var $short_url = true; variable in pfcGlobalConfig