This commit is contained in:
Visman 2023-07-09 17:48:47 +07:00
parent 7917e7a3d1
commit 809a8cb29d
4 changed files with 4 additions and 4 deletions

View file

@ -1571,7 +1571,7 @@ class Install extends Admin
], FORK_JSON_ENCODE
),
's_РЕГИСТР' => 'Ok',
'b_upload' => 1,
'b_upload' => 0,
'i_upload_img_quality' => 75,
'i_upload_img_axis_limit' => 1920,
];

View file

@ -610,7 +610,7 @@ class Update extends Admin
{
$config = $this->c->config;
$config->b_upload = 1;
$config->b_upload = 0;
$config->i_upload_img_quality = 75;
$config->i_upload_img_axis_limit = 1920;

View file

@ -70,7 +70,7 @@ if (
$c->BASE_URL = \str_replace('https://', 'http://', $c->BASE_URL);
}
$c->FORK_REVISION = 58;
$c->FORK_REVISION = 59;
$c->START = $forkStart;
$c->PUBLIC_URL = $c->BASE_URL . $forkPublicPrefix;

View file

@ -1,4 +1,4 @@
# ForkBB rev.58 Alpha Readme
# ForkBB rev.59 Alpha Readme
## About