Skip to content

Commit

Permalink
Release Technical Preview 4
Browse files Browse the repository at this point in the history
  • Loading branch information
WerySkok committed Jun 26, 2022
1 parent 4b9934f commit ce0b23f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ function ovk_scheme(bool $with_slashes = false): string
if(empty($_SERVER["REQUEST_SCHEME"]))
$_SERVER["REQUEST_SCHEME"] = empty($_SERVER["HTTPS"]) ? "HTTP" : "HTTPS";

$showCommitHash = true; # plz remove when release
$showCommitHash = false; # plz remove when release
if(is_dir($gitDir = OPENVK_ROOT . "/.git") && $showCommitHash)
$ver = trim(`git --git-dir="$gitDir" log --pretty="%h" -n1 HEAD` ?? "Unknown version") . "-nightly";
else
Expand Down

0 comments on commit ce0b23f

Please sign in to comment.