Skip to content

Commit

Permalink
Versioning
Browse files Browse the repository at this point in the history
Displays the correct version in the footer.

Signed-off-by: Frank Bergkemper <frank.bergkemper@dass-it.de>
  • Loading branch information
fbergkemper committed Oct 6, 2015
1 parent 0335e05 commit 31efb6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/Application/view/layout/layout.phtml
Expand Up @@ -100,7 +100,7 @@ echo $this->doctype();
<div class="container">
<div class="row">
<div class="col-md-8">
<p class="text-muted">Bareos WebUI Version 15.2.0 &copy; 2013 - <?php echo date('Y') ?> <a href="http://www.bareos.com/" target="_blank">Bareos GmbH &amp; Co. KG</a>, GNU Affero General Public License Version 3</p>
<p class="text-muted">Bareos WebUI Version 15.2.1 &copy; 2013 - <?php echo date('Y') ?> <a href="http://www.bareos.com/" target="_blank">Bareos GmbH &amp; Co. KG</a>, GNU Affero General Public License Version 3</p>
</div>
<div class="col-md-4 text-right">
<p class="text-muted"><?php echo "Director: " . $_SESSION['bareos']['director']; ?></p>
Expand Down

0 comments on commit 31efb6d

Please sign in to comment.