Update bootstrap.php

This commit is contained in:
Visman 2023-07-22 22:30:11 +07:00
parent 77fa96cbc3
commit 22ab66d61b

View file

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