rev.44
This commit is contained in:
parent
cbc15cdf09
commit
ff65084331
2 changed files with 2 additions and 2 deletions
|
@ -58,7 +58,7 @@ if (
|
||||||
}
|
}
|
||||||
$c->PUBLIC_URL = $c->BASE_URL . $forkPublicPrefix;
|
$c->PUBLIC_URL = $c->BASE_URL . $forkPublicPrefix;
|
||||||
|
|
||||||
$c->FORK_REVISION = 43;
|
$c->FORK_REVISION = 44;
|
||||||
$c->START = $forkStart;
|
$c->START = $forkStart;
|
||||||
$c->DIR_APP = __DIR__;
|
$c->DIR_APP = __DIR__;
|
||||||
$c->DIR_PUBLIC = \realpath(__DIR__ . '/../public');
|
$c->DIR_PUBLIC = \realpath(__DIR__ . '/../public');
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# ForkBB rev.43 Alpha Readme
|
# ForkBB rev.44 Alpha Readme
|
||||||
|
|
||||||
## About
|
## About
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue