Skip to content
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fbergkemper committed Feb 6, 2014
1 parent 057fc14 commit 61133c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -8,11 +8,11 @@ at the [Project Homepage](http://fbergkemper.github.io/).

### RELEASES

[v0.0.1-alpha](https://github.com/fbergkemper/barbossa/releases/tag/v0.0.1-alpha)
[Bareos Web-Frontend v0.0.1-alpha](https://github.com/fbergkemper/barbossa/releases/tag/v0.0.1-alpha)

### SYSTEM REQUIREMENTS

* A working Bareos Environment, Bareos 12.4 or later, including a Bareos catalog database (Currently only PostgreSQL is supported, MySQL should be in near future.)
* A working Bareos Environment, Bareos 12.4 or later, including a Bareos catalog database (Currently only PostgreSQL is supported by the Web-Frontend, MySQL should be in near future.)
* An Apache 2.x Webserver with mod-rewrite, mod-php5 and mod-setenvif enabled
* PHP 5.3.3 or later; we recommend using the latest PHP version whenever possible
* PHP PDO Extension
Expand Down
2 changes: 1 addition & 1 deletion module/Application/view/layout/layout.phtml
Expand Up @@ -32,7 +32,7 @@ echo $this->doctype();

<head>
<meta charset="utf-8">
<?php echo $this->headTitle('Bareos Web-Frontend | '. $this->translate('Version 0.0.1'))->setSeparator(' - ')->setAutoEscape(false) ?>
<?php echo $this->headTitle('Bareos Web-Frontend | '. $this->translate('Version 0.0.1-alpha'))->setSeparator(' - ')->setAutoEscape(false) ?>

<?php echo $this->headMeta()
->appendName('viewport', 'width=device-width, initial-scale=1.0')
Expand Down

0 comments on commit 61133c0

Please sign in to comment.