Update Install.php
This commit is contained in:
parent
eddb710952
commit
d24556d803
1 changed files with 3 additions and 3 deletions
|
@ -1416,9 +1416,9 @@ class Install extends Admin
|
||||||
'o_mailing_list' => $v->email,
|
'o_mailing_list' => $v->email,
|
||||||
'b_avatars' => \filter_var(@\ini_get('file_uploads'), \FILTER_VALIDATE_BOOLEAN) ? 1 : 0,
|
'b_avatars' => \filter_var(@\ini_get('file_uploads'), \FILTER_VALIDATE_BOOLEAN) ? 1 : 0,
|
||||||
'o_avatars_dir' => '/img/avatars',
|
'o_avatars_dir' => '/img/avatars',
|
||||||
'i_avatars_width' => 60,
|
'i_avatars_width' => 160,
|
||||||
'i_avatars_height' => 60,
|
'i_avatars_height' => 160,
|
||||||
'i_avatars_size' => 10240,
|
'i_avatars_size' => 51200,
|
||||||
'o_admin_email' => $v->email,
|
'o_admin_email' => $v->email,
|
||||||
'o_webmaster_email' => $v->email,
|
'o_webmaster_email' => $v->email,
|
||||||
'b_forum_subscriptions' => 1,
|
'b_forum_subscriptions' => 1,
|
||||||
|
|
Loading…
Add table
Reference in a new issue