We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7654c8 commit 534eb21Copy full SHA for 534eb21
bootstrap.php
@@ -227,7 +227,7 @@ function ovk_scheme(bool $with_slashes = false): string
227
if(empty($_SERVER["REQUEST_SCHEME"]))
228
$_SERVER["REQUEST_SCHEME"] = empty($_SERVER["HTTPS"]) ? "HTTP" : "HTTPS";
229
230
- $showCommitHash = true; # plz remove when release
+ $showCommitHash = false; # plz remove when release
231
if(is_dir($gitDir = OPENVK_ROOT . "/.git") && $showCommitHash)
232
$ver = trim(`git --git-dir="$gitDir" log --pretty="%h" -n1 HEAD` ?? "Unknown version") . "-nightly";
233
else
0 commit comments