diff options
author | Frank Karlitschek <karlitschek@kde.org> | 2011-09-28 13:52:26 +0200 |
---|---|---|
committer | Frank Karlitschek <karlitschek@kde.org> | 2011-09-28 13:52:26 +0200 |
commit | f2a7f230f14e0f30d9ce7ddcc6ad328ac4b0434f (patch) | |
tree | 7af027424c5c9c1b2a47d4bee5d99eb2ea7ca51a /settings/templates | |
parent | bf3248bee9d3903cc40b4271215a3e537b68ac34 (diff) | |
download | nextcloud-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.php | 8 |
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> + + + |