X-Git-Url: http://git.shiar.net/minimedit.git/blobdiff_plain/a034b7a3f5b363f74a47c9f20bfa0cf4f2988b34..621fc2f9638a1a92aa8535310e7852de5542f11e:/foto/index.php diff --git a/foto/index.php b/foto/index.php index 89f5d06..a97ec1c 100644 --- a/foto/index.php +++ b/foto/index.php @@ -1,7 +1,7 @@ admin('foto')) { +if ($User->admin('foto')) { $access = '🔓 Openbaar'; if (!empty($PageAccess)) { $access = "🔒 Bewoners"; @@ -64,7 +64,7 @@ if ($imgs = glob("$rootdir/*", GLOB_ONLYDIR)) { $html = ''; $html .= "
$album
"; - if (empty($User) and file_exists("$path/.private")) { + if (!$User->login and file_exists("$path/.private")) { $html = ''.$html.''; } $html = "
$html
";