summaryrefslogtreecommitdiff
path: root/includes/member/tree.inc
blob: 2e94951fd798a0e7502bf5d051f2bc3638777813 (plain)
1
2
3
4
5
6
7
8
<?php

global $parts;
$parts[3] = "hierarchy";
array_shift($parts);

header("Location: /" . implode("/", $parts));
die();