| [ Index ] |
PHP Cross Reference of Nuke-Evolution v2.0.5 |
[Summary view] [Print] [Text view]
1 function phpbbmail (host, user) { 2 var res = "" 3 var res_h = "" 4 for (var n = 0; n < user.length; n++) 5 res += String.fromCharCode(user.charCodeAt(n)); 6 for (var n = 0; n < host.length; n++) 7 res_h += String.fromCharCode(host.charCodeAt(n)); 8 if (res.indexOf('@') < 0 ) 9 res = res + '@' + res_h; 10 location = "mail" + "to:" + res; 11 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Wed Jun 6 11:38:01 2007 | Cross-referenced by PHPXref 0.7 |