mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-03-01 13:26:59 -05:00
13 lines
514 B
PHP
13 lines
514 B
PHP
</div>
|
|
</div>
|
|
|
|
<div id="footer">
|
|
<div class="jumbotron push-spaces">
|
|
<strong><?= lang('Common.copyrights', [date('Y')]) ?> ·
|
|
<a href="https://opensourcepos.org" target="_blank"><?= lang('Common.website') ?></a> ·
|
|
<?= esc(config('App')->application_version) ?> - <a target="_blank" href="https://github.com/opensourcepos/opensourcepos/commit/<?= esc(config('OSPOS')->commit_sha1) ?>"><?= esc(substr(config('OSPOS')->commit_sha1, 0, 6)); ?></a></strong>.
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|