Changes to be committed:
modified: modules/billing/admin.php modified: modules/billing/cart.php modified: modules/billing/css/header.css renamed: modules/billing/includes/config.inc.php -> modules/billing/includes/config.inc.php.orig modified: modules/billing/includes/menu.php modified: modules/billing/order.php modified: modules/billing/privacy.php modified: modules/billing/serverlist.php modified: modules/billing/tos.php
This commit is contained in:
parent
f0405e5998
commit
426b32b747
9 changed files with 195 additions and 85 deletions
|
|
@ -1,6 +1,48 @@
|
|||
<?php include(__DIR__ . '/includes/top.php'); include(__DIR__ . '/includes/menu.php'); ?>
|
||||
<div class="container-wide pad-40">
|
||||
<h1>Privacy</h1>
|
||||
<p>This is the privacy page placeholder.</p>
|
||||
<p>
|
||||
|
||||
|
||||
Last updated: 2025/10/23
|
||||
|
||||
What we collect
|
||||
- Basic account info (name, email), billing-related details, and server usage info (like IPs and logs for security/diagnostics).
|
||||
|
||||
Why we collect it
|
||||
- To create and run your servers, process payments, fight fraud/abuse, and send renewal or service emails.
|
||||
|
||||
What we don’t do
|
||||
- We do NOT sell your personal information. Ever.
|
||||
|
||||
Who sees your data
|
||||
- Only our team and trusted providers that help us run the service (e.g., payment processors, hosting, email). They only get what’s needed to do their job.
|
||||
|
||||
Cookies & analytics
|
||||
- We use simple cookies for login sessions and basic analytics to improve the service.
|
||||
|
||||
Security
|
||||
- We take reasonable steps to protect data. No system is perfect, so keep strong passwords and don’t share them.
|
||||
|
||||
Retention
|
||||
- We keep data only as long as needed for the service, operations, or legal requirements. You can ask us to delete your account.
|
||||
|
||||
Your choices
|
||||
- You can request a copy of your data, ask us to correct it, or delete it. Contact {PRIVACY_EMAIL}.
|
||||
|
||||
Legal requests
|
||||
- We only share info if required by law or to prevent harm/abuse.
|
||||
|
||||
Minors
|
||||
- Our services are for users 13+ (or your local equivalent). Parents/guardians—contact us if you need help with a minor’s account.
|
||||
|
||||
Updates
|
||||
- If we change this policy, we’ll update the date above. Keep using the service only if you agree with the updates.
|
||||
|
||||
Contact
|
||||
- Privacy questions?
|
||||
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<?php include(__DIR__ . '/includes/footer.php'); ?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue