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