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

github.com/nextcloud/firstrunwizard.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Reschke <lukas@owncloud.com>2015-12-28 21:23:14 +0300
committerLukas Reschke <lukas@owncloud.com>2015-12-28 21:23:14 +0300
commitd1b83f37fa8efb186169488802cd75d6c20f0055 (patch)
treecf07ddb2c8618c1710c3453256f085b7189044b8 /templates
parent458c198de9795511a28fc4489e51712ea775a0ad (diff)
Use current year from server
Saves us from updating this each year manually.
Diffstat (limited to 'templates')
-rw-r--r--templates/wizard.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/wizard.php b/templates/wizard.php
index 52c28747..0ed82edf 100644
--- a/templates/wizard.php
+++ b/templates/wizard.php
@@ -59,7 +59,7 @@
and <a href="http://owncloud.org/promote"
target="_blank">spread the word</a>!')); ?>
<?php else: ?>
-© 2011-2015 <a href="https://owncloud.com" target="_blank">ownCloud Inc.</a>
+© 2011-<?php p(date('Y')) ?> <a href="https://owncloud.com" target="_blank">ownCloud Inc.</a>
<?php endif; ?>
</p>