From ec94963ba7555b54edc64ea966112261dcacfd83 Mon Sep 17 00:00:00 2001 From: Yannick Date: Mon, 7 Sep 2015 15:26:13 +0200 Subject: [PATCH] #1359 Update avatar settings --- include/class/luna_install.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/class/luna_install.php b/include/class/luna_install.php index f63626b4e..d4975e084 100644 --- a/include/class/luna_install.php +++ b/include/class/luna_install.php @@ -1456,9 +1456,9 @@ public static function create_database($db_type, $db_host, $db_name, $db_usernam 'o_mailing_list' => $email, 'o_avatars' => $avatars, 'o_avatars_dir' => 'img/avatars', - 'o_avatars_width' => 100, - 'o_avatars_height' => 100, - 'o_avatars_size' => 20480, + 'o_avatars_width' => 128, + 'o_avatars_height' => 128, + 'o_avatars_size' => 30720, 'o_search_all_forums' => 1, 'o_base_url' => $base_url, 'o_admin_email' => $email,