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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrank Karlitschek <karlitschek@kde.org>2012-01-29 17:45:38 +0400
committerFrank Karlitschek <karlitschek@kde.org>2012-01-29 17:45:38 +0400
commit927bf569401c3e4f60837dd7847d39e0ef4044c4 (patch)
treeccc727642020e27613def4d74b2b3a437ded4802
parent928e9b121b4d6b761084d7b2c58319d6e0225c05 (diff)
add a link to the credits page. fame for all our awesome contributors
-rw-r--r--settings/templates/personal.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/settings/templates/personal.php b/settings/templates/personal.php
index 8c5de5ccf2a..80d2cb0a86f 100644
--- a/settings/templates/personal.php
+++ b/settings/templates/personal.php
@@ -51,6 +51,7 @@
<p class="personalblock">
<strong>ownCloud</strong> <?php echo(OC_Util::getVersionString()); ?><br />
+ developed by the <a href="http://ownCloud.org/credits" target="_blank">ownCloud community</a><br />
<?php echo(OC_Updater::ShowUpdatingHint()); ?><br />
<a href="http://gitorious.org/owncloud" target="_blank">source code</a> licensed freely under <a href="http://www.gnu.org/licenses/agpl-3.0.html" target="_blank">AGPL</a>
</p>