Browse Source

made show_ratio disabled by default

pull/40/head
Savetheinternet 13 years ago
parent
commit
0f0660eb61
  1. 2
      inc/config.php

2
inc/config.php

@ -245,7 +245,7 @@
$config['redraw_gifs'] = false;
// Display the aspect ratio in a post's file info
$config['show_ratio'] = true;
$config['show_ratio'] = false;
// Directory where temporary files will be created. Not really used much yet except for some experimental stuff.
$config['tmp'] = '/tmp';

Loading…
Cancel
Save