Add VAT ID number
This commit is contained in:
@ -1,6 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
const DONATE_XMR = '8AJ7wCCshe6Vni5VxQqDgR9VyghZx1ZTJP2gmpEBpi8S4ZbX91eBnGkdZbR1HBgS5pNSE2D7hKyYmDFcNRv26dA71wq7wqE';
|
const DONATE_XMR = '8AJ7wCCshe6Vni5VxQqDgR9VyghZx1ZTJP2gmpEBpi8S4ZbX91eBnGkdZbR1HBgS5pNSE2D7hKyYmDFcNRv26dA71wq7wqE';
|
||||||
const DONATE_BTC = '1Ba8AV59YtqbKBe7YMopjY9kd1e5QqKdsv';
|
const DONATE_BTC = '1Ba8AV59YtqbKBe7YMopjY9kd1e5QqKdsv';
|
||||||
|
const CONTACT_NAME = 'Daniel Winzen';
|
||||||
|
const CONTACT_STREET = 'Steinkaulstraße 47';
|
||||||
|
const CONTACT_ZIP = '52070';
|
||||||
|
const CONTACT_CITY = 'Aachen';
|
||||||
|
const CONTACT_COUNTRY = 'Germany';
|
||||||
|
const CONTACT_PHONE = '+4917698819809';
|
||||||
|
const CONTACT_EMAIL = 'daniel@danwin1210.de';
|
||||||
|
const CONTACT_VAT_ID_NUMBER = 'DE358256290';
|
||||||
global $global_style, $language, $dir;
|
global $global_style, $language, $dir;
|
||||||
$global_style = 'body{margin:0;font-size:18px}';
|
$global_style = 'body{margin:0;font-size:18px}';
|
||||||
$global_style .= 'header{padding:0 50px;background:#00F;min-height:61px;display:flex;align-items:center}';
|
$global_style .= 'header{padding:0 50px;background:#00F;min-height:61px;display:flex;align-items:center}';
|
||||||
|
10
contact.php
10
contact.php
@ -75,7 +75,15 @@ if($_SERVER['REQUEST_METHOD']==='POST'){
|
|||||||
?>
|
?>
|
||||||
<p><?php echo _('If you want to encrypt your message, you can use <a href="/pgp.txt" target="_blank">my public PGP key</a>.'); ?></p>
|
<p><?php echo _('If you want to encrypt your message, you can use <a href="/pgp.txt" target="_blank">my public PGP key</a>.'); ?></p>
|
||||||
<p><?php echo _('If you prefer to directly get in contact with me, email me at <a href="mailto:daniel@danwin1210.de">daniel@danwin1210.de</a>.'); ?></p>
|
<p><?php echo _('If you prefer to directly get in contact with me, email me at <a href="mailto:daniel@danwin1210.de">daniel@danwin1210.de</a>.'); ?></p>
|
||||||
<p><b>Daniel Winzen</b><br>Steinkaulstraße 47<br>52070 Aachen<br>Germany<br>E-Mail: daniel@danwin1210.de<br>Tel: +4917698819809</p>
|
<p>
|
||||||
|
<b><?php echo CONTACT_NAME; ?></b><br>
|
||||||
|
<?php echo CONTACT_STREET; ?><br>
|
||||||
|
<?php echo CONTACT_ZIP . ' ' . CONTACT_CITY; ?><br>
|
||||||
|
<?php echo CONTACT_COUNTRY; ?><br>
|
||||||
|
<?php printf(_('Email: %s'), CONTACT_EMAIL); ?><br>
|
||||||
|
<?php printf(_('Phone: %s'), CONTACT_PHONE); ?><br>
|
||||||
|
<?php printf(_('VAT ID number: %s'), CONTACT_VAT_ID_NUMBER); ?>
|
||||||
|
</p>
|
||||||
<b><?php echo _('Disclaimer - External links'); ?></b>
|
<b><?php echo _('Disclaimer - External links'); ?></b>
|
||||||
<p><?php echo _('This website contains links to third party websites ("external links"). These websites are subject to the liability of the respective operator. When linking first time third-party content, the provider checked whether there are any legal violations. At the time there were none legal violations evident. The provider has no influence on the current and future design and the content of the linked pages. Setting external links does not mean that the provider claims ownership of the content behind the reference or link. Constant control of the external links are not reasonable for the provider without concrete evidence of legal violations. At knowledge of legal violations, however, such external links will be deleted immediately.'); ?></p>
|
<p><?php echo _('This website contains links to third party websites ("external links"). These websites are subject to the liability of the respective operator. When linking first time third-party content, the provider checked whether there are any legal violations. At the time there were none legal violations evident. The provider has no influence on the current and future design and the content of the linked pages. Setting external links does not mean that the provider claims ownership of the content behind the reference or link. Constant control of the external links are not reasonable for the provider without concrete evidence of legal violations. At knowledge of legal violations, however, such external links will be deleted immediately.'); ?></p>
|
||||||
</main>
|
</main>
|
||||||
|
@ -8,7 +8,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2023-01-21 12:41+0100\n"
|
"POT-Creation-Date: 2023-02-14 10:40+0100\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
@ -39,7 +39,7 @@ msgstr ""
|
|||||||
msgid "Daniel"
|
msgid "Daniel"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: index.php:27 common.php:105
|
#: index.php:27 common.php:117
|
||||||
msgid "Home"
|
msgid "Home"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -87,7 +87,7 @@ msgid ""
|
|||||||
"this site"
|
"this site"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: about.php:29 common.php:113
|
#: about.php:29 common.php:125
|
||||||
msgid "About"
|
msgid "About"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -227,7 +227,7 @@ msgid "Home hosted: 4 Raspberry Pi 4 with the main site and data"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: github-ipv6-proxy.php:6 github-ipv6-proxy.php:20 github-ipv6-proxy.php:30
|
#: github-ipv6-proxy.php:6 github-ipv6-proxy.php:20 github-ipv6-proxy.php:30
|
||||||
#: github-ipv6-proxy.php:33 common.php:111
|
#: github-ipv6-proxy.php:33 common.php:123
|
||||||
msgid "GitHub IPv6 proxy"
|
msgid "GitHub IPv6 proxy"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -319,7 +319,7 @@ msgstr ""
|
|||||||
msgid "Contact Daniel Winzen"
|
msgid "Contact Daniel Winzen"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: contact.php:27 common.php:115
|
#: contact.php:27 common.php:127
|
||||||
msgid "Contact"
|
msgid "Contact"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -375,11 +375,26 @@ msgid ""
|
|||||||
"href=\"mailto:daniel@danwin1210.de\">daniel@danwin1210.de</a>."
|
"href=\"mailto:daniel@danwin1210.de\">daniel@danwin1210.de</a>."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: contact.php:79
|
#: contact.php:83 privacy.php:35
|
||||||
|
#, php-format
|
||||||
|
msgid "Email: %s"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: contact.php:84 privacy.php:34
|
||||||
|
#, php-format
|
||||||
|
msgid "Phone: %s"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: contact.php:85 privacy.php:37
|
||||||
|
#, php-format
|
||||||
|
msgid "VAT ID number: %s"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: contact.php:87
|
||||||
msgid "Disclaimer - External links"
|
msgid "Disclaimer - External links"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: contact.php:80
|
#: contact.php:88
|
||||||
msgid ""
|
msgid ""
|
||||||
"This website contains links to third party websites (\"external links\"). "
|
"This website contains links to third party websites (\"external links\"). "
|
||||||
"These websites are subject to the liability of the respective operator. When "
|
"These websites are subject to the liability of the respective operator. When "
|
||||||
@ -623,35 +638,35 @@ msgid ""
|
|||||||
"Sorry guys, only considering females."
|
"Sorry guys, only considering females."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: common.php:106
|
#: common.php:118
|
||||||
msgid "Chat"
|
msgid "Chat"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: common.php:107
|
#: common.php:119
|
||||||
msgid "Online-Test"
|
msgid "Online-Test"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: common.php:108
|
#: common.php:120
|
||||||
msgid "Onion link list"
|
msgid "Onion link list"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: common.php:109
|
#: common.php:121
|
||||||
msgid "E-Mail + XMPP"
|
msgid "E-Mail + XMPP"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: common.php:110 tutorials/index.php:27
|
#: common.php:122 tutorials/index.php:27
|
||||||
msgid "Tutorials"
|
msgid "Tutorials"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: common.php:112
|
#: common.php:124
|
||||||
msgid "FAQ"
|
msgid "FAQ"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: common.php:114
|
#: common.php:126
|
||||||
msgid "Privacy"
|
msgid "Privacy"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: common.php:126
|
#: common.php:138
|
||||||
msgid "Add translation"
|
msgid "Add translation"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -853,32 +868,22 @@ msgid ""
|
|||||||
"European Union and other provisions related to data protection is:"
|
"European Union and other provisions related to data protection is:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: privacy.php:34
|
|
||||||
#, php-format
|
|
||||||
msgid "Phone: %s"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: privacy.php:35
|
|
||||||
#, php-format
|
|
||||||
msgid "Email: %s"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: privacy.php:36
|
#: privacy.php:36
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Website: %s"
|
msgid "Website: %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: privacy.php:37
|
#: privacy.php:38
|
||||||
msgid "2. Cookies"
|
msgid "2. Cookies"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: privacy.php:38
|
#: privacy.php:39
|
||||||
msgid ""
|
msgid ""
|
||||||
"The Internet pages of Daniel Winzen use cookies. Cookies are text files that "
|
"The Internet pages of Daniel Winzen use cookies. Cookies are text files that "
|
||||||
"are stored in a computer system via an Internet browser."
|
"are stored in a computer system via an Internet browser."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: privacy.php:39
|
#: privacy.php:40
|
||||||
msgid ""
|
msgid ""
|
||||||
"Many Internet sites and servers use cookies. Many cookies contain a so-"
|
"Many Internet sites and servers use cookies. Many cookies contain a so-"
|
||||||
"called cookie ID. A cookie ID is a unique identifier of the cookie. It "
|
"called cookie ID. A cookie ID is a unique identifier of the cookie. It "
|
||||||
@ -890,14 +895,14 @@ msgid ""
|
|||||||
"identified using the unique cookie ID."
|
"identified using the unique cookie ID."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: privacy.php:40
|
#: privacy.php:41
|
||||||
msgid ""
|
msgid ""
|
||||||
"Through the use of cookies, Daniel Winzen can provide the users of this "
|
"Through the use of cookies, Daniel Winzen can provide the users of this "
|
||||||
"website with more user-friendly services that would not be possible without "
|
"website with more user-friendly services that would not be possible without "
|
||||||
"the cookie setting."
|
"the cookie setting."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: privacy.php:41
|
#: privacy.php:42
|
||||||
msgid ""
|
msgid ""
|
||||||
"By means of a cookie, the information and offers on my website can be "
|
"By means of a cookie, the information and offers on my website can be "
|
||||||
"optimized with the user in mind. Cookies allow me, as previously mentioned, "
|
"optimized with the user in mind. Cookies allow me, as previously mentioned, "
|
||||||
@ -907,13 +912,13 @@ msgid ""
|
|||||||
"logged in with your account until closing your browser or logging out."
|
"logged in with your account until closing your browser or logging out."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: privacy.php:42
|
#: privacy.php:43
|
||||||
msgid ""
|
msgid ""
|
||||||
"This site makes only use of technically necessary session cookies and does "
|
"This site makes only use of technically necessary session cookies and does "
|
||||||
"not use any form of tracking cookies."
|
"not use any form of tracking cookies."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: privacy.php:43
|
#: privacy.php:44
|
||||||
msgid ""
|
msgid ""
|
||||||
"The data subject may, at any time, prevent the setting of cookies through my "
|
"The data subject may, at any time, prevent the setting of cookies through my "
|
||||||
"website by means of a corresponding setting of the Internet browser used, "
|
"website by means of a corresponding setting of the Internet browser used, "
|
||||||
@ -924,11 +929,11 @@ msgid ""
|
|||||||
"used, not all functions of my website may be entirely usable."
|
"used, not all functions of my website may be entirely usable."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: privacy.php:44
|
#: privacy.php:45
|
||||||
msgid "3. Collection of general data and information"
|
msgid "3. Collection of general data and information"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: privacy.php:45
|
#: privacy.php:46
|
||||||
msgid ""
|
msgid ""
|
||||||
"The server of Daniel Winzen collects a series of general data and "
|
"The server of Daniel Winzen collects a series of general data and "
|
||||||
"information when a data subject or automated system calls up the website or "
|
"information when a data subject or automated system calls up the website or "
|
||||||
@ -942,7 +947,7 @@ msgid ""
|
|||||||
"information technology systems."
|
"information technology systems."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: privacy.php:46
|
#: privacy.php:47
|
||||||
msgid ""
|
msgid ""
|
||||||
"When using these general data and information, Daniel Winzen does not draw "
|
"When using these general data and information, Daniel Winzen does not draw "
|
||||||
"any conclusions about the data subject. Rather, this information is needed "
|
"any conclusions about the data subject. Rather, this information is needed "
|
||||||
@ -957,11 +962,11 @@ msgid ""
|
|||||||
"deleted."
|
"deleted."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: privacy.php:47
|
#: privacy.php:48
|
||||||
msgid "4. Routine erasure and blocking of personal data"
|
msgid "4. Routine erasure and blocking of personal data"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: privacy.php:48
|
#: privacy.php:49
|
||||||
msgid ""
|
msgid ""
|
||||||
"The data controller shall process and store the personal data of the data "
|
"The data controller shall process and store the personal data of the data "
|
||||||
"subject only for the period necessary to achieve the purpose of storage, or "
|
"subject only for the period necessary to achieve the purpose of storage, or "
|
||||||
@ -969,18 +974,18 @@ msgid ""
|
|||||||
"laws or regulations to which the controller is subject to."
|
"laws or regulations to which the controller is subject to."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: privacy.php:49
|
#: privacy.php:50
|
||||||
msgid ""
|
msgid ""
|
||||||
"If the storage purpose is not applicable, or if a storage period prescribed "
|
"If the storage purpose is not applicable, or if a storage period prescribed "
|
||||||
"by the European legislator or another competent legislator expires, the "
|
"by the European legislator or another competent legislator expires, the "
|
||||||
"personal data are routinely erased in accordance with legal requirements."
|
"personal data are routinely erased in accordance with legal requirements."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: privacy.php:50
|
#: privacy.php:51
|
||||||
msgid "5. Rights of the data subject"
|
msgid "5. Rights of the data subject"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: privacy.php:51
|
#: privacy.php:52
|
||||||
msgid ""
|
msgid ""
|
||||||
"Each data subject shall have the right of confirmation and access according "
|
"Each data subject shall have the right of confirmation and access according "
|
||||||
"to Article 15 GDPR, Right to rectification according to Article 16 GDPR, "
|
"to Article 15 GDPR, Right to rectification according to Article 16 GDPR, "
|
||||||
@ -990,11 +995,11 @@ msgid ""
|
|||||||
"Article 21 GDPR"
|
"Article 21 GDPR"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: privacy.php:52
|
#: privacy.php:53
|
||||||
msgid "6. Legal basis for the processing"
|
msgid "6. Legal basis for the processing"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: privacy.php:53
|
#: privacy.php:54
|
||||||
msgid ""
|
msgid ""
|
||||||
"Art. 6(1) lit. a GDPR serves as the legal basis for processing operations "
|
"Art. 6(1) lit. a GDPR serves as the legal basis for processing operations "
|
||||||
"for which I obtain consent for a specific processing purpose. If the "
|
"for which I obtain consent for a specific processing purpose. If the "
|
||||||
@ -1009,7 +1014,7 @@ msgid ""
|
|||||||
"6(1) lit. c GDPR."
|
"6(1) lit. c GDPR."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: privacy.php:54
|
#: privacy.php:55
|
||||||
msgid ""
|
msgid ""
|
||||||
"Finally, processing operations could be based on Article 6(1) lit. f GDPR. "
|
"Finally, processing operations could be based on Article 6(1) lit. f GDPR. "
|
||||||
"This legal basis is used for processing operations which are not covered by "
|
"This legal basis is used for processing operations which are not covered by "
|
||||||
@ -1023,11 +1028,11 @@ msgid ""
|
|||||||
"of the controller (Recital 47 Sentence 2 GDPR)."
|
"of the controller (Recital 47 Sentence 2 GDPR)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: privacy.php:55
|
#: privacy.php:56
|
||||||
msgid "7. Legally binding translation"
|
msgid "7. Legally binding translation"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: privacy.php:56
|
#: privacy.php:57
|
||||||
msgid "Legally binding is only the English version of this privacy policy"
|
msgid "Legally binding is only the English version of this privacy policy"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
11
privacy.php
11
privacy.php
@ -27,13 +27,14 @@ global $language, $dir, $locale;
|
|||||||
<?php menu(_('Privacy policy')); ?>
|
<?php menu(_('Privacy policy')); ?>
|
||||||
<h2><?php echo _('1. Name and Address of the controller'); ?></h2>
|
<h2><?php echo _('1. Name and Address of the controller'); ?></h2>
|
||||||
<p><?php echo _('Controller for the purposes of the General Data Protection Regulation (GDPR), other data protection laws applicable in Member states of the European Union and other provisions related to data protection is:'); ?></p>
|
<p><?php echo _('Controller for the purposes of the General Data Protection Regulation (GDPR), other data protection laws applicable in Member states of the European Union and other provisions related to data protection is:'); ?></p>
|
||||||
<p>Daniel Winzen<br>
|
<p><?php echo CONTACT_NAME; ?><br>
|
||||||
Steinkaulstraße 47<br>
|
<?php echo CONTACT_STREET; ?><br>
|
||||||
52070 Aachen<br>
|
<?php echo CONTACT_ZIP . ' ' . CONTACT_CITY; ?><br>
|
||||||
Germany<br>
|
<?php echo CONTACT_COUNTRY; ?><br>
|
||||||
<?php printf(_('Phone: %s'), '+4917698819809'); ?><br>
|
<?php printf(_('Phone: %s'), '+4917698819809'); ?><br>
|
||||||
<?php printf(_('Email: %s'), 'daniel@danwin1210.de'); ?><br>
|
<?php printf(_('Email: %s'), 'daniel@danwin1210.de'); ?><br>
|
||||||
<?php printf(_('Website: %s'), 'https://danwin1210.de'); ?></p>
|
<?php printf(_('Website: %s'), 'https://danwin1210.de'); ?><br>
|
||||||
|
<?php printf(_('VAT ID number: %s'), CONTACT_VAT_ID_NUMBER); ?></p>
|
||||||
<h2><?php echo _('2. Cookies'); ?></h2>
|
<h2><?php echo _('2. Cookies'); ?></h2>
|
||||||
<p><?php echo _('The Internet pages of Daniel Winzen use cookies. Cookies are text files that are stored in a computer system via an Internet browser.'); ?></p>
|
<p><?php echo _('The Internet pages of Daniel Winzen use cookies. Cookies are text files that are stored in a computer system via an Internet browser.'); ?></p>
|
||||||
<p><?php echo _('Many Internet sites and servers use cookies. Many cookies contain a so-called cookie ID. A cookie ID is a unique identifier of the cookie. It consists of a character string through which Internet pages and servers can be assigned to the specific Internet browser in which the cookie was stored. This allows visited Internet sites and servers to differentiate the individual browser of the data subject from other Internet browsers that contain other cookies. A specific Internet browser can be recognized and identified using the unique cookie ID.'); ?></p>
|
<p><?php echo _('Many Internet sites and servers use cookies. Many cookies contain a so-called cookie ID. A cookie ID is a unique identifier of the cookie. It consists of a character string through which Internet pages and servers can be assigned to the specific Internet browser in which the cookie was stored. This allows visited Internet sites and servers to differentiate the individual browser of the data subject from other Internet browsers that contain other cookies. A specific Internet browser can be recognized and identified using the unique cookie ID.'); ?></p>
|
||||||
|
Reference in New Issue
Block a user