aboutsummaryrefslogtreecommitdiffstats
path: root/1/notes/index.php
diff options
context:
space:
mode:
Diffstat (limited to '1/notes/index.php')
-rw-r--r--1/notes/index.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/1/notes/index.php b/1/notes/index.php
new file mode 100644
index 000000000..cc41729b9
--- /dev/null
+++ b/1/notes/index.php
@@ -0,0 +1,7 @@
+<?php
+
+require_once '../langs.inc.php';
+$langs = array(
+ 'en' => 'English'
+);
+relocate($langs, '1/notes/');