diff --git a/inc/config.php b/inc/config.php index 61a36cad..ef2ba4ac 100644 --- a/inc/config.php +++ b/inc/config.php @@ -561,7 +561,7 @@ // Location of thumbnail to use for spoiler images. $config['spoiler_image'] = 'static/spoiler.png'; // Location of thumbnail to use for deleted images. - $config['image_deleted'] = 'static/deleted.png'; + // $config['image_deleted'] = 'static/deleted.png'; // When a thumbnailed image is going to be the same (in dimension), just copy the entire file and use // that as a thumbnail instead of resizing/redrawing.