aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
-rw-r--r--calendar/index.php5
-rw-r--r--contact/index.php5
-rw-r--r--thank-you/index.php5
-rw-r--r--timeline/index.php5
10 files changed, 50 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']);
diff --git a/calendar/index.php b/calendar/index.php
new file mode 100644
index 000000000..980d7fde7
--- /dev/null
+++ b/calendar/index.php
@@ -0,0 +1,5 @@
+<?php
+
+require_once '../langs.inc.php';
+
+relocate($langs, $_SERVER['REQUEST_URI']); \ No newline at end of file
diff --git a/contact/index.php b/contact/index.php
new file mode 100644
index 000000000..980d7fde7
--- /dev/null
+++ b/contact/index.php
@@ -0,0 +1,5 @@
+<?php
+
+require_once '../langs.inc.php';
+
+relocate($langs, $_SERVER['REQUEST_URI']); \ No newline at end of file
diff --git a/thank-you/index.php b/thank-you/index.php
new file mode 100644
index 000000000..980d7fde7
--- /dev/null
+++ b/thank-you/index.php
@@ -0,0 +1,5 @@
+<?php
+
+require_once '../langs.inc.php';
+
+relocate($langs, $_SERVER['REQUEST_URI']); \ No newline at end of file
diff --git a/timeline/index.php b/timeline/index.php
new file mode 100644
index 000000000..980d7fde7
--- /dev/null
+++ b/timeline/index.php
@@ -0,0 +1,5 @@
+<?php
+
+require_once '../langs.inc.php';
+
+relocate($langs, $_SERVER['REQUEST_URI']); \ No newline at end of file