X-Git-Url: http://git.shiar.net/minimedit.git/blobdiff_plain/b3aec6cf1cd18493d44cf68d88c8f55b6a417f9c..d3ed59c2753c2babd5aa9a1c5e0109c644904ba8:/foto/index.php diff --git a/foto/index.php b/foto/index.php index d3e9898..a97ec1c 100644 --- a/foto/index.php +++ b/foto/index.php @@ -1,9 +1,9 @@ admin('foto')) { +if ($User->admin('foto')) { $access = '🔓 Openbaar'; - if (isset($PageAccess)) { + if (!empty($PageAccess)) { $access = "🔒 Bewoners"; if ($PageAccess != $rootdir) { $access .= sprintf(' vanaf %s', @@ -36,7 +36,7 @@ function showthumb($path) { // assume all album entries are symlinks to archive originals $target = preg_replace('{^(\.\./)*}', '', readlink($path)); - $thumb = 'thumb/200/' . $target; + $thumb = 'thumb/262/' . $target; @list ($order, $size, $title) = explode(':', pathinfo($path, PATHINFO_FILENAME), 3); $imgtag = 'img src="/'.$thumb.'"'; @@ -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
";