mirror of
https://github.com/openvk/openvk
synced 2024-11-14 19:19:14 +03:00
Release Technical Preview 4
This commit is contained in:
parent
4b9934f63d
commit
ce0b23fb83
1 changed files with 1 additions and 1 deletions
|
@ -227,7 +227,7 @@ return (function() {
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue