aboutsummaryrefslogtreecommitdiffstats
path: root/about
diff options
context:
space:
mode:
authorFilip Komar <filip@mageia.org>2014-04-22 21:26:42 +0000
committerFilip Komar <filip@mageia.org>2014-04-22 21:26:42 +0000
commit32d97ae3d75eb217bb842a900509e46dac70a131 (patch)
treeeddf1c366e6c767455c0fb8e6bfafd0ebbce4d5e /about
parent9f2bd84386a4dec08a723dda8a93fb574ee33b72 (diff)
downloadwww-32d97ae3d75eb217bb842a900509e46dac70a131.tar
www-32d97ae3d75eb217bb842a900509e46dac70a131.tar.gz
www-32d97ae3d75eb217bb842a900509e46dac70a131.tar.bz2
www-32d97ae3d75eb217bb842a900509e46dac70a131.tar.xz
www-32d97ae3d75eb217bb842a900509e46dac70a131.zip
added most of the missing redirections
Diffstat (limited to 'about')
-rw-r--r--about/code-of-conduct/index.php5
-rw-r--r--about/constitution/index.php5
-rw-r--r--about/license/index.php5
-rw-r--r--about/policies/index.php5
-rw-r--r--about/reports/index.php5
-rw-r--r--about/values/index.php5
6 files changed, 30 insertions, 0 deletions
diff --git a/about/code-of-conduct/index.php b/about/code-of-conduct/index.php
new file mode 100644
index 000000000..190e09701
--- /dev/null
+++ b/about/code-of-conduct/index.php
@@ -0,0 +1,5 @@
+<?php
+
+require_once '../../langs.inc.php';
+
+relocate($langs, $_SERVER['REQUEST_URI']);
diff --git a/about/constitution/index.php b/about/constitution/index.php
new file mode 100644
index 000000000..190e09701
--- /dev/null
+++ b/about/constitution/index.php
@@ -0,0 +1,5 @@
+<?php
+
+require_once '../../langs.inc.php';
+
+relocate($langs, $_SERVER['REQUEST_URI']);
diff --git a/about/license/index.php b/about/license/index.php
new file mode 100644
index 000000000..190e09701
--- /dev/null
+++ b/about/license/index.php
@@ -0,0 +1,5 @@
+<?php
+
+require_once '../../langs.inc.php';
+
+relocate($langs, $_SERVER['REQUEST_URI']);
diff --git a/about/policies/index.php b/about/policies/index.php
new file mode 100644
index 000000000..190e09701
--- /dev/null
+++ b/about/policies/index.php
@@ -0,0 +1,5 @@
+<?php
+
+require_once '../../langs.inc.php';
+
+relocate($langs, $_SERVER['REQUEST_URI']);
diff --git a/about/reports/index.php b/about/reports/index.php
new file mode 100644
index 000000000..190e09701
--- /dev/null
+++ b/about/reports/index.php
@@ -0,0 +1,5 @@
+<?php
+
+require_once '../../langs.inc.php';
+
+relocate($langs, $_SERVER['REQUEST_URI']);
diff --git a/about/values/index.php b/about/values/index.php
new file mode 100644
index 000000000..190e09701
--- /dev/null
+++ b/about/values/index.php
@@ -0,0 +1,5 @@
+<?php
+
+require_once '../../langs.inc.php';
+
+relocate($langs, $_SERVER['REQUEST_URI']);