summaryrefslogtreecommitdiff
path: root/includes/member/tree.php
diff options
context:
space:
mode:
authorMinteck <contact@minteck.org>2022-08-26 22:29:23 +0200
committerMinteck <contact@minteck.org>2022-08-26 22:29:23 +0200
commit09bd0164ebc020a54b944b7326dcba496fb5d82c (patch)
tree0c5e765e627ecc94e534ccb6e2bc83917d58dc4c /includes/member/tree.php
parenta2df9a69dcc14cb70118cda2ded499055e7ee358 (diff)
downloadpluralconnect-09bd0164ebc020a54b944b7326dcba496fb5d82c.tar.gz
pluralconnect-09bd0164ebc020a54b944b7326dcba496fb5d82c.tar.bz2
pluralconnect-09bd0164ebc020a54b944b7326dcba496fb5d82c.zip
idk when was the last commit so I'm making a new one - Violet Dawn
Diffstat (limited to 'includes/member/tree.php')
-rw-r--r--includes/member/tree.php8
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