aboutsummaryrefslogtreecommitdiffstats
path: root/en/about/policies/index.php
diff options
context:
space:
mode:
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/');