From 8ff6cb84063d82ccf32a4c6fb65f70da91385c8f Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 16 Feb 2012 23:58:07 -0800 Subject: a couple more items to make sure forum delegates can't access if the forum login is shared with the site admin account --- mod/directory.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mod/directory.php') diff --git a/mod/directory.php b/mod/directory.php index 5f00b4f5a..962188945 100755 --- a/mod/directory.php +++ b/mod/directory.php @@ -26,6 +26,8 @@ function directory_post(&$a) { function directory_content(&$a) { $everything = (($a->argc > 1 && $a->argv[1] === 'all' && is_site_admin()) ? true : false); + if(x($_SESSION,'submanage') && intval($_SESSION['submanage'])) + $everything = false; if((get_config('system','block_public')) && (! local_user()) && (! remote_user())) { notice( t('Public access denied.') . EOL); -- cgit v1.2.3