aboutsummaryrefslogtreecommitdiffstats
path: root/about
diff options
context:
space:
mode:
Diffstat (limited to 'about')
-rw-r--r--about/code-of-conduct/index.php5
-rw-r--r--about/constitution/index.php5
-rw-r--r--about/index.php5
-rw-r--r--about/license/index.php5
-rw-r--r--about/media/index.php5
-rw-r--r--about/policies/index.php5
-rw-r--r--about/reports/index.php5
-rw-r--r--about/values/index.php5
8 files changed, 40 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/index.php b/about/index.php
new file mode 100644
index 000000000..7188dff2c
--- /dev/null
+++ b/about/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/media/index.php b/about/media/index.php
new file mode 100644
index 000000000..190e09701
--- /dev/null
+++ b/about/media/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']);