diff options
author | Camil Staps | 2015-02-05 00:50:51 +0100 |
---|---|---|
committer | Camil Staps | 2015-02-05 00:50:51 +0100 |
commit | 3b5e64766bb4566d77d54a7e2680900e7e60e903 (patch) | |
tree | 8eacd35410a560abfdc65f1b9a20a7604ceb5c87 | |
parent | Updated readme (diff) |
Changed text on About
-rw-r--r-- | include/about.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/about.php b/include/about.php index a428ce6..b94bfce 100644 --- a/include/about.php +++ b/include/about.php @@ -39,7 +39,7 @@ require('./header.php'); <div class="panel panel-default"> <div class="panel-heading">About</div> <div class="panel-body"> - <p class="lead">This control panel was made using BusinessAdmin. It is open source software under the GPL 3.0 license.</p> + <p class="lead">BusinessAdmin is open source software under the GPL 3.0 license.</p> <p>A full version of the license is available <a href="<?=constants::url_external?>LICENSE">here</a>. An excerpt is shown below:</p> <pre>BusinessAdmin: administrative software for small companies Copyright (C) 2015 Camil Staps (ViviSoft) |