Browse Source

rev. 36

Up.
Visman 4 years ago
parent
commit
d58453e457
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/bootstrap.php

+ 1 - 1
app/bootstrap.php

@@ -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');