Ejemplo n.º 1
0
function sfpg_url_string($dir = '', $img = '')
{
    $res = $dir . '*' . $img . '*';
    return sfpg_base64url_encode($res . md5($res . SECURITY_PHRASE));
}
Ejemplo n.º 2
0
function sfpg_url_string($dir = "", $img = "")
{
    $res = $dir . "*" . $img . "*";
    return sfpg_base64url_encode($res . md5($res . SECURITY_PHRASE));
}