Use deprecated to get commit hash
This commit is contained in:
parent
916f5b2759
commit
8ef529a700
|
|
@ -172,7 +172,7 @@ endif;
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div id="footer">
|
<div id="footer">
|
||||||
Powered by CMC-Sales <?= $_ENV["COMMIT_SHA"]; ?>
|
Powered by CMC-Sales <?= $HTTP_ENV_VARS["COMMIT_SHA"]; ?>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue