function hosting_ssl_output_key in Hosting 6.2
Same name and namespace in other branches
- 7.4 web_server/ssl/hosting_ssl.nodeapi.inc \hosting_ssl_output_key()
- 7.3 web_server/ssl/hosting_ssl.nodeapi.inc \hosting_ssl_output_key()
1 call to hosting_ssl_output_key()
- hosting_ssl_nodeapi_site_view in web_server/
ssl/ hosting_ssl.nodeapi.inc
1 string reference to 'hosting_ssl_output_key'
- hosting_ssl_site_form in web_server/
ssl/ hosting_ssl.nodeapi.inc
File
- web_server/
ssl/ hosting_ssl.nodeapi.inc, line 129
Code
function hosting_ssl_output_key($cid) {
return filter_xss(hosting_ssl_get_key($cid));
}