X-Git-Url: http://git.shiar.nl/minimedit.git/blobdiff_plain/b04f76050d54c67844d5d4026993f6fab0edeae5..dc93b0f8e382f9f449051a1b0412ed5fafebf77b:/widget/login/list.php diff --git a/widget/login/list.php b/widget/login/list.php index 94440dc..92f265b 100644 --- a/widget/login/list.php +++ b/widget/login/list.php @@ -1,7 +1,9 @@ path) $basepath .= '/.tags' . $Page->path; -$users = glob("$basepath/*/"); +if (isset($Page->place[0])) { + $basepath .= '/.tags/' . $Page->place[0]; +} +$users = glob("$basepath/*", GLOB_ONLYDIR); if (!$users) return; foreach ($users as $col => $userdir) {