mirror of
https://github.com/e107inc/e107.git
synced 2025-01-16 12:18:39 +01:00
Fixes #5121 - Update COPPA links
This commit is contained in:
parent
2055720f6b
commit
6024676292
@ -1074,7 +1074,7 @@ $text .= "
|
||||
</table>
|
||||
</td></tr>";
|
||||
|
||||
$useCoppaHelp = PRFLAN_46." <a target='_blank' href='http://www.ftc.gov/privacy/coppafaqs.shtm' rel='external'>".PRFLAN_94."</a>";
|
||||
$useCoppaHelp = PRFLAN_46." <a target='_blank' href='https://www.ftc.gov/business-guidance/resources/complying-coppa-frequently-asked-questions' rel='external'>".PRFLAN_94."</a>";
|
||||
|
||||
$text .= "
|
||||
|
||||
|
@ -25,7 +25,7 @@ class signup_shortcodes extends e_shortcode
|
||||
|
||||
function sc_signup_coppa_text($parm=null)
|
||||
{
|
||||
$text = LAN_SIGNUP_77. " <a target='_blank' href='http://www.ftc.gov/privacy/coppafaqs.shtm'>". LAN_SIGNUP_14."</a>. ".
|
||||
$text = LAN_SIGNUP_77. " <a target='_blank' href='https://www.ftc.gov/business-guidance/resources/complying-coppa-frequently-asked-questions'>". LAN_SIGNUP_14."</a>. ".
|
||||
LAN_SIGNUP_15 . " " . e107::getParser()->emailObfuscate(SITEADMINEMAIL, LAN_SIGNUP_14) . " " . LAN_SIGNUP_16;
|
||||
|
||||
return $text;
|
||||
|
@ -139,7 +139,7 @@ $sc_style['SIGNUP_USERCLASS_SUBSCRIBE']['post'] = "</td>
|
||||
if(!isset($COPPA_TEMPLATE))
|
||||
{
|
||||
$COPPA_TEMPLATE =
|
||||
LAN_SIGNUP_77." <a target='_blank' href='http://www.ftc.gov/privacy/coppafaqs.shtm'>".LAN_SIGNUP_14."</a>. "
|
||||
LAN_SIGNUP_77." <a target='_blank' href='https://www.ftc.gov/business-guidance/resources/complying-coppa-frequently-asked-questions'>".LAN_SIGNUP_14."</a>. "
|
||||
.LAN_SIGNUP_15." ".e107::getParser()->emailObfuscate(SITEADMINEMAIL,LAN_SIGNUP_14)." ".LAN_SIGNUP_16."<br />
|
||||
<br />
|
||||
<div style='text-align:center'><b>".LAN_SIGNUP_17."</b>
|
||||
|
@ -3,7 +3,7 @@ Q> How do I change themes?
|
||||
A> There is a section in your Preferences page that allows you to change your site theme. Please preview the theme first as some older themes are no longer compatible and could render your site unusable if applied.
|
||||
|
||||
Q> What's COPPA?
|
||||
A> The Children's Online Privacy Protection Act of 1998. It's a universally used rule that protects minors aged 13 and under. It ensures that no information on minors will be used by the 'Operator' (i.e., you) for purposes other than maintaining the website. For more information please see http://www.ftc.gov/privacy/coppafaqs.shtm.
|
||||
A> The Children's Online Privacy Protection Act of 1998. It's a universally used rule that protects minors aged 13 and under. It ensures that no information on minors will be used by the 'Operator' (i.e., you) for purposes other than maintaining the website. For more information please see https://www.ftc.gov/business-guidance/resources/complying-coppa-frequently-asked-questions.
|
||||
|
||||
Q> What's flood protection?
|
||||
A> It prevents your site being flooded by HTTP calls, which can render your site unreachable.
|
||||
|
Loading…
x
Reference in New Issue
Block a user