This commit is contained in:
Visman 2021-03-11 18:34:17 +07:00
parent 6cb70117c2
commit 4b69453b26

View file

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