pearweb_index
[ class tree: pearweb_index ] [ index: pearweb_index ] [ all elements ]

Source for file privacy.php

Documentation is available at privacy.php

  1. <?php
  2. /*
  3.    +----------------------------------------------------------------------+
  4.    | PEAR Web site version 1.0                                            |
  5.    +----------------------------------------------------------------------+
  6.    | Copyright (c) 2003-2005 The PEAR Group                               |
  7.    +----------------------------------------------------------------------+
  8.    | This source file is subject to version 2.02 of the PHP license,      |
  9.    | that is bundled with this package in the file LICENSE, and is        |
  10.    | available at through the world-wide-web at                           |
  11.    | http://www.php.net/license/2_02.txt.                                 |
  12.    | If you did not receive a copy of the PHP license and are unable to   |
  13.    | obtain it through the world-wide-web, please send a note to          |
  14.    | license@php.net so we can mail you a copy immediately.               |
  15.    +----------------------------------------------------------------------+
  16.    | Authors: Martin Jansen <mj@php.net>                                  |
  17.    +----------------------------------------------------------------------+
  18.    $Id$
  19. */
  20. response_header("Privacy Policy");
  21. ?>
  22.  
  23. <h1>Privacy Policy</h1>
  24.  
  25. <h2>&raquo; Email</h2>
  26.  
  27. <p>We will not give away your email address to anyone, who is not
  28. related to the operations of pear.php.net. We will also <b>never</b>
  29. ask you to send us any of your passwords via email.</p>
  30.  
  31. <h2>&raquo; Logfiles</h2>
  32.  
  33. <p>We are keeping logfiles of the requests that reach our web servers,
  34. but we do only use those files for statistical purposes.</p>
  35.  
  36. <h2>&raquo; Cookies</h2>
  37.  
  38. <p>Pear.php.net uses cookies to keep track of user sessions. Unless
  39. you login on the site, the cookies will not be used to store personal
  40. information and we do not give away the information from the cookies.</p>
  41.  
  42. <p><a href="/about/">Back</a></p>
  43.  
  44. <?php
  45. response_footer();
  46. ?>

Documentation generated on Mon, 11 Mar 2019 16:01:20 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.