aboutsummaryrefslogtreecommitdiffstats
path: root/en/about/policies/index.php
diff options
context:
space:
mode:
authorfilip <filip.komar@gmail.com>2016-06-13 01:19:28 +0200
committerfilip <filip.komar@gmail.com>2016-06-13 01:19:28 +0200
commit01adeed1e82e1689e4208a2dee8074517ac64eef (patch)
tree35c5060725907ecce8290fc96dee2e520d88d98d /en/about/policies/index.php
parent862a18ce225dc3810929cf14cee2ddec04d42244 (diff)
downloadwww-01adeed1e82e1689e4208a2dee8074517ac64eef.tar
www-01adeed1e82e1689e4208a2dee8074517ac64eef.tar.gz
www-01adeed1e82e1689e4208a2dee8074517ac64eef.tar.bz2
www-01adeed1e82e1689e4208a2dee8074517ac64eef.tar.xz
www-01adeed1e82e1689e4208a2dee8074517ac64eef.zip
added Privacy policy page
+ redirection update Note that gettext l10n template is not commited yet as someone should confirm this before l10n
Diffstat (limited to 'en/about/policies/index.php')
-rw-r--r--en/about/policies/index.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/en/about/policies/index.php b/en/about/policies/index.php
index e243ffa6c..dcd83023a 100644
--- a/en/about/policies/index.php
+++ b/en/about/policies/index.php
@@ -1,3 +1,4 @@
<?php
-header('Location: https://wiki.mageia.org/en/Policies');
-die;
+
+require_once '../../../langs.inc.php';
+relocate($langs, 'about/policies/privacy/');