diff options
Diffstat (limited to '1')
-rw-r--r-- | 1/index.php | 4 | ||||
-rw-r--r-- | 1/notes/index.php | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/1/index.php b/1/index.php new file mode 100644 index 000000000..04f7301c6 --- /dev/null +++ b/1/index.php @@ -0,0 +1,4 @@ +<?php + +require_once '../langs.inc.php'; +relocate($langs, '1/'); diff --git a/1/notes/index.php b/1/notes/index.php new file mode 100644 index 000000000..b80eb7cbf --- /dev/null +++ b/1/notes/index.php @@ -0,0 +1,4 @@ +<?php + +require_once '../langs.inc.php'; +relocate($langs, '1/notes/'); |