About
Installation
Documentation
Plugins
Community
Blog
Development
Development
#3550: mailhideSuccess.php
You must first
sign up
to be able to contribute.
Search:
Login
Settings
Help/Guide
About Trac
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Ticket #3550
: mailhideSuccess.php
File mailhideSuccess.php, 215 bytes (added by djoos, 8 months ago)
recaptcha_mailhide -> sf_re_captcha_mailhide_plugin
Line
1
<?php use_helper
(
'recaptcha'
);
?>
2
3
<?php
echo
recaptcha_mailhide_html
(
sfConfig
::
get
(
'app_sf_re_captcha_mailhide_plugin_publickey'
),
4
sfConfig
::
get
(
'app_sf_re_captcha_mailhide_plugin_privatekey'
),
"foo@bar.com"
);
?>
Download in other formats:
Original Format