mirror of
https://github.com/ShaYmez/FreeSTAR-Status-Engine.git
synced 2024-11-23 20:58:46 -05:00
created default policy
This commit is contained in:
parent
8ffd5f9906
commit
66c13a32cc
33
policy.php
33
policy.php
@ -35,28 +35,27 @@
|
||||
or taking a look at the About Cookies website which offers guidance for all modern browsers");
|
||||
|
||||
echo "<h1>" . _("Contact & Privacy Policy") . "</h2>";
|
||||
echo "<h1>" . _("Privcacy Policy") . "</h2>";
|
||||
echo "<h2>" . _("Who we are") . "</h2>";
|
||||
echo WHO_WE_ARE;
|
||||
echo "<h2>" . _("Contact") . "</h2>";
|
||||
echo "##name## <br>";
|
||||
echo "##email## <br>";
|
||||
echo '<h2>' . _("Privacy Policy") . '</h2>';
|
||||
echo '<h3>' . _("General") . "</h3>";
|
||||
echo _("General
|
||||
Based on regulation (EU) 2016/679 of the European Parliament and of the Council of 27 April 2016 on the protection of natural persons
|
||||
with regard to the processing of personal data and on the free movement of such data, every person has the right to be protected against
|
||||
the misuse of their personal data and privacy. We stick to this law. Personal information is kept strictly confidential and
|
||||
will not passed or sold to third parties.
|
||||
") . "<br><br>";
|
||||
echo "<h4>" . _("How we protect your data") . "</h4>";
|
||||
echo _("In collaboration with our hosting provider we try our best to protect our
|
||||
databases against access from third parties, losses, misuse or forgery.
|
||||
") . "<br><br>";
|
||||
echo "<h4>" . _("Personal data we collect") . "</h4>";
|
||||
echo POLICY_NAME . "<br>";
|
||||
echo ADDRESS . "<br>";
|
||||
echo POLICY_MAIL . "<br>";
|
||||
echo POLICY_PHONE . "<br>";
|
||||
|
||||
echo '<h2>' . _("What personal data we collect and why") . '</h2>';
|
||||
echo '<h3>' . _("Global") . "</h3>";
|
||||
echo _("If you access our websites, the following information will be saved: IP-address, Date, Time, Browser queries,
|
||||
General information about your browser, operating system and all search queries on the sites.
|
||||
This user data will be used for anonym user statistics to recognize trends and improve our content.
|
||||
") . "<br><br>";
|
||||
echo "<h4>" . _("Third party that receive your personal data") . "</h4>";
|
||||
echo "We don't share any of your data with a third party.";
|
||||
echo "<h2>" . _("How we protect your data") . "</h2>";
|
||||
echo _("In collaboration with our hosting provider we try our best to protect our
|
||||
databases against access from third parties, losses, misuse or forgery.
|
||||
") . "<br><br>";
|
||||
echo "<h2>" . _("Third party that receive your personal data") . "</24>";
|
||||
echo "Our hosting provider can access the date we store on their server. We have a data processing agreement with them.";
|
||||
echo "<h3>" . _("Cookies") . "</h3>";
|
||||
echo _("This site uses cookies – small text files that are placed on your machine to help the site provide a better user experience.
|
||||
In general, cookies are used to retain user preferences, store information for things like shopping carts,
|
||||
|
Loading…
Reference in New Issue
Block a user