Up.
This commit is contained in:
Visman 2021-03-10 22:23:23 +07:00
parent 12df4cd213
commit d58453e457

View file

@ -52,7 +52,7 @@ if (
}
$c->PUBLIC_URL = $c->BASE_URL . $forkPublicPrefix;
$c->FORK_REVISION = 35;
$c->FORK_REVISION = 36;
$c->START = $forkStart;
$c->DIR_APP = __DIR__;
$c->DIR_PUBLIC = \realpath(__DIR__ . '/../public');