diff options
Diffstat (limited to 'includes/member/tree.php')
-rw-r--r-- | includes/member/tree.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/includes/member/tree.php b/includes/member/tree.php new file mode 100644 index 0000000..2e94951 --- /dev/null +++ b/includes/member/tree.php @@ -0,0 +1,8 @@ +<?php + +global $parts; +$parts[3] = "hierarchy"; +array_shift($parts); + +header("Location: /" . implode("/", $parts)); +die();
\ No newline at end of file |