xref: /web-php/privacy.php (revision d9bcfed4)
1<?php
2$_SERVER['BASE_PAGE'] = 'privacy.php';
3include_once __DIR__ . '/include/prepend.inc';
4site_header("Privacy Policy", ["current" => "footer"]);
5?>
6
7<h1>Privacy Policy</h1>
8
9<p>
10 This privacy policy covers php.net and its associated mirrors.
11</p>
12
13<h2>Email</h2>
14<p>
15 We will not give away your email address to anyone, who is not related to
16 the operations of php.net. We will also never ask you to send us any of
17 your passwords via email.
18</p>
19
20
21<h2>Logfiles</h2>
22<p>
23 Most mirrors maintain standard logs of the requests that reach the web servers,
24 but we do only use those files for statistical purposes.
25</p>
26<p>
27 And to improve your search experience, we store anonymised search terms that
28 are submitted to the site.
29</p>
30
31<h2>Cookies</h2>
32<p>
33 php.net uses cookies to keep track of <a href="/my.php">user preferences</a>. Unless
34 you login on the site, the cookies will not be used to store personal information and
35 we do not give away the information from the cookies.
36</p>
37
38<?php
39site_footer();
40