Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bareos/bareos-webui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco van Wieringen <marco.van.wieringen@bareos.com>2014-12-18 17:53:43 +0300
committerFrank Bergkemper <frank.bergkemper@dass-it.de>2015-02-27 19:49:14 +0300
commitf52f4ae636a092359d19faf698378502d23a8bd1 (patch)
tree79c2839d2cb5795d9c907f2853a59a030a6d5224
parent11de99d31b0f3e829aedc0b30c887acca1cd62df (diff)
First beta of 14.2 webui.
-rw-r--r--module/Application/view/layout/layout.phtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/Application/view/layout/layout.phtml b/module/Application/view/layout/layout.phtml
index 995213f..a48c8a8 100644
--- a/module/Application/view/layout/layout.phtml
+++ b/module/Application/view/layout/layout.phtml
@@ -95,7 +95,7 @@ echo $this->doctype();
<hr />
<footer>
- <p class="text-muted">Bareos WebUI Version 0.1 beta<br />&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 14.2.0<br />&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>
</footer>
</div>