mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-28 01:10:51 +01:00
made show_ratio disabled by default
This commit is contained in:
parent
13b3500c6a
commit
0f0660eb61
@ -245,7 +245,7 @@
|
|||||||
$config['redraw_gifs'] = false;
|
$config['redraw_gifs'] = false;
|
||||||
|
|
||||||
// Display the aspect ratio in a post's file info
|
// 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.
|
// Directory where temporary files will be created. Not really used much yet except for some experimental stuff.
|
||||||
$config['tmp'] = '/tmp';
|
$config['tmp'] = '/tmp';
|
||||||
@ -733,4 +733,4 @@
|
|||||||
header('Location: ../', true, 302);
|
header('Location: ../', true, 302);
|
||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
Loading…
Reference in New Issue
Block a user