Panel/modules/billing/privacy.php
Frank Harris 426b32b747 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
2025-10-23 19:25:29 -04:00

48 lines
1.6 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php include(__DIR__ . '/includes/top.php'); include(__DIR__ . '/includes/menu.php'); ?>
<div class="container-wide pad-40">
<h1>Privacy</h1>
<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 dont 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 whats 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 dont 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 minors account.
Updates
- If we change this policy, well 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'); ?>