Browse Source

bugfix

pull/40/head
Michael Foster 11 years ago
parent
commit
0c829aa8f6
  1. 2
      inc/config.php

2
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.

Loading…
Cancel
Save