From c49acc90847e6c8a634fa2314d8a5f7b6abab60f Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Sun, 24 Feb 2013 13:53:53 +0000 Subject: [PATCH] Get a specific dir if treeType is a branch type Boot user out if not logged in If the treeType is branch or branchReload, scan the dir at the specific location, sort into dir and files arrays, nat case sort them and merge. This is then finalArray and can be used to create the UL list --- lib/get-tree.php | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/lib/get-tree.php b/lib/get-tree.php index 70cc1f9..b9baeee 100644 --- a/lib/get-tree.php +++ b/lib/get-tree.php @@ -1,4 +1,36 @@