Skip to content

Commit

Permalink
Merge pull request owncloud#38 from owncloud/use-current-year
Browse files Browse the repository at this point in the history
Use current year from server
  • Loading branch information
jancborchardt committed Dec 28, 2015
2 parents 458c198 + d1b83f3 commit 05051f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/wizard.php
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit 05051f6

Please sign in to comment.