From 0f0660eb614e9dd3a3c37687319c5f4d688f7be1 Mon Sep 17 00:00:00 2001 From: Savetheinternet Date: Thu, 16 Jun 2011 03:58:17 +1000 Subject: [PATCH] made show_ratio disabled by default --- inc/config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/config.php b/inc/config.php index f67e8278..c15069ab 100644 --- a/inc/config.php +++ b/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'; @@ -733,4 +733,4 @@ header('Location: ../', true, 302); exit; } -?> \ No newline at end of file +?>