. * */ OCP\JSON::checkLoggedIn(); OCP\JSON::checkAppEnabled('gallery'); $img = $_GET['img']; $image = OC_Gallery_Photo::getViewImage($img); if ($image) { OCP\Response::enableCaching(3600 * 24); // 24 hour $image->show(); }