diff -r e5484a9e0818 -r 7e8fd44b36b0 plugins/SpecialAdmin.php --- a/plugins/SpecialAdmin.php Thu Jun 28 11:13:39 2007 -0400 +++ b/plugins/SpecialAdmin.php Thu Jun 28 13:49:40 2007 -0400 @@ -247,10 +247,10 @@
Date of request | Requested by | Requested for | Actions | |||
---|---|---|---|---|---|---|
Date of request | Requested by | Requested for | COPPA user | Actions | ||
'.date('F d, Y h:i a', $row['time_id']).' | '.$row['author'].' | '.$row['edit_summary'].' | Activate now | Send activation e-mail | Deny request | |
'.date('F d, Y h:i a', $row['time_id']).' | '.$row['author'].' | '.$row['edit_summary'].' | ' . $coppa . ' | Activate now | Send activation e-mail | Deny request |
It looks like your administration session is invalid or you are not authorized to access this administration page. Please re-authenticate to continue.
'; + return; + } + + echo '+ The United States Childrens\' Online Privacy Protection Act (COPPA) was a law passed in 2001 that requires sites oriented towards + children under 13 years old or with a significant amount of under-13 children clearly state what information is being collected + in a privacy policy and obtain authorization from a parent or legal guardian before allowing children to use the site. Enano + provides an easy way to allow you, as the website administrator, to obtain this authorization. +
'; + + // Start form + + if ( isset($_POST['coppa_address']) ) + { + // Saving changes + $enable_coppa = ( isset($_POST['enable_coppa']) ) ? '1' : '0'; + setConfig('enable_coppa', $enable_coppa); + + $address = $_POST['coppa_address']; // RenderMan::preprocess_text($_POST['coppa_address'], true, false); + setConfig('coppa_address', $address); + + echo '