aboutsummaryrefslogtreecommitdiffstats
path: root/settings/templates
diff options
context:
space:
mode:
authorFrank Karlitschek <karlitschek@kde.org>2011-09-28 13:52:26 +0200
committerFrank Karlitschek <karlitschek@kde.org>2011-09-28 13:52:26 +0200
commitf2a7f230f14e0f30d9ce7ddcc6ad328ac4b0434f (patch)
tree7af027424c5c9c1b2a47d4bee5d99eb2ea7ca51a /settings/templates
parentbf3248bee9d3903cc40b4271215a3e537b68ac34 (diff)
downloadnextcloud-server-f2a7f230f14e0f30d9ce7ddcc6ad328ac4b0434f.tar.gz
nextcloud-server-f2a7f230f14e0f30d9ce7ddcc6ad328ac4b0434f.zip
add status file. useful for external administration. show the ownClopud version at least in the config dialog.
Diffstat (limited to 'settings/templates')
-rw-r--r--settings/templates/personal.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/settings/templates/personal.php b/settings/templates/personal.php
index eee5f3979c3..4406c080edc 100644
--- a/settings/templates/personal.php
+++ b/settings/templates/personal.php
@@ -40,3 +40,11 @@
<?php foreach($_['forms'] as $form){
echo $form;
};?>
+
+<p class="personalblock">
+ <strong>ownCloud</strong>
+ <?php echo(OC_Util::getVersionString()); ?>
+</p>
+
+
+