Show commit hash as version

This commit is contained in:
Karl Cordes 2019-04-25 13:46:32 +10:00
parent d7652b4f24
commit 6b69159501

View file

@ -172,7 +172,7 @@ endif;
</div>
<div id="footer">
Powered by CMC-Sales v<?= Configure::read('version'); ?>
Powered by CMC-Sales v<?= trim(exec('git log --pretty="%h" -n1 HEAD')); ?>
</div>
</div>